ACE3/addons/respawn/CfgAddons.hpp

7 lines
245 B
C++
Raw Normal View History

2015-09-26 14:26:41 +00:00
2015-01-12 09:20:50 +00:00
class CfgAddons {
2015-01-13 14:38:17 +00:00
class GVAR(Rallypoints) {
2015-07-01 06:27:06 +00:00
list[] = {"ACE_Rallypoint_West", "ACE_Rallypoint_East", "ACE_Rallypoint_Independent", "ACE_Rallypoint_West_Base", "ACE_Rallypoint_East_Base", "ACE_Rallypoint_Independent_Base"};
2015-01-13 14:38:17 +00:00
};
2015-01-12 09:20:50 +00:00
};