mirror of
https://github.com/redned70/Trader-Mod.git
synced 2024-08-30 16:52:16 +00:00
20 lines
339 B
C++
20 lines
339 B
C++
class CBuilding
|
|
{
|
|
name = "Building Supplies";
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
|
items[] =
|
|
{
|
|
// not used any more
|
|
};
|
|
};
|
|
class CPlanes
|
|
{
|
|
name = "Custom Planes";
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
|
items[] =
|
|
{
|
|
"GNT_C185F",
|
|
"GNT_C185T"
|
|
};
|
|
};
|