mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
6 lines
243 B
C++
6 lines
243 B
C++
class CfgAddons {
|
|
class GVAR(Rallypoints) {
|
|
list[] = { "ACE_Rallypoint_West", "ACE_Rallypoint_East", "ACE_Rallypoint_Independent", "ACE_RallypointExit_West", "ACE_RallypointExit_East", "ACE_RallypointExit_Independent" };
|
|
};
|
|
};
|