mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
31 lines
508 B
C++
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;
|
|
};
|
|
};
|
|
}; |