mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Move ItemKeyKit.hpp to tools
This commit is contained in:
7
SQF/dayz_code/Configs/CfgWeapons/Tools/ItemKeyKit.hpp
Normal file
7
SQF/dayz_code/Configs/CfgWeapons/Tools/ItemKeyKit.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class ItemKeyKit: ItemCore {
|
||||
scope = public;
|
||||
displayname = $STR_EQUIP_KEYKIT;
|
||||
model="\z\addons\dayz_epoch\models\keykit.p3d";
|
||||
descriptionShort=$STR_EQUIP_KEYKIT_DESC;
|
||||
picture="\z\addons\dayz_epoch\pictures\equip_keykit_ca.paa";
|
||||
};
|
||||
Reference in New Issue
Block a user