mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
13 lines
309 B
C++
13 lines
309 B
C++
class CfgWeapons {
|
|
class ItemCore;
|
|
class ItemMap_Debug: ItemCore {
|
|
descriptionshort = "Debug Map - Admin use only";
|
|
displayname = "Map";
|
|
picture = "\ca\ui\data\gear_picture_map_ca.paa";
|
|
scope = 2;
|
|
simulation = "ItemMap";
|
|
class Library {
|
|
libtextdesc = "Debug Map - Admin use only";
|
|
};
|
|
};
|
|
}; |