Trader-Mod/TRADERS/CUSTOM/TraderCategoriesCUSTOM.hpp

20 lines
339 B
C++
Raw Normal View History

class CBuilding
{
name = "Building Supplies";
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
2017-02-25 00:08:01 +00:00
items[] =
{
2017-03-01 02:07:44 +00:00
// not used any more
};
};
class CPlanes
{
name = "Custom Planes";
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
2017-02-25 00:08:01 +00:00
items[] =
{
"GNT_C185F",
2017-02-25 00:08:01 +00:00
"GNT_C185T"
};
2017-02-25 00:08:01 +00:00
};