Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp
2013-11-21 09:38:11 -05:00

32 lines
529 B
C++

class MeleeFlashlight : Pistol {
class ItemActions {
class Toolbelt {
text = "$STR_EPOCH_PLAYER_296";
};
};
};
class ItemFlashlight : ItemCore {
class ItemActions {
class Toolbelt {
text = "$STR_EPOCH_PLAYER_295";
};
};
};
class MeleeFlashlightRed : MeleeFlashlight {
class ItemActions {
class Toolbelt {
text = "$STR_EPOCH_PLAYER_296";
};
};
};
class ItemFlashlightRed : ItemCore {
class ItemActions {
class Toolbelt {
text = "$STR_EPOCH_PLAYER_295";
};
};
};