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