Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp
2013-08-01 11:46:00 -05:00

31 lines
508 B
C++

class MeleeFlashlight : Pistol {
class ItemActions {
class Toolbelt {
text = $STR_ACTIONS_2TB;
};
};
};
class ItemFlashlight : ItemCore {
class ItemActions {
class Toolbelt {
text = $STR_ACTIONS_RFROMTB;
};
};
};
class MeleeFlashlightRed : MeleeFlashlight {
class ItemActions {
class Toolbelt {
text = $STR_ACTIONS_2TB;
};
};
};
class ItemFlashlightRed : ItemCore {
class ItemActions {
class Toolbelt {
text = $STR_ACTIONS_RFROMTB;
};
};
};