Move ItemKeyKit.hpp to tools

This commit is contained in:
A Man
2020-01-15 11:35:55 +01:00
parent bf70f120a2
commit 1871911401
2 changed files with 2 additions and 1 deletions

View 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";
};