mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
32 lines
521 B
C++
32 lines
521 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;
|
|
};
|
|
};
|
|
};
|