mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 10:02:02 +03:00
10 lines
209 B
C++
10 lines
209 B
C++
class ItemHatchet : ItemCore {
|
|
displayName = $STR_EQUIP_NAME_HATCHET;
|
|
descriptionShort = $STR_EQUIP_DESC_HATCHET;
|
|
|
|
class ItemActions {
|
|
class Toolbelt {
|
|
text = $STR_ACTIONS_RFROMTB;
|
|
};
|
|
};
|
|
}; |