1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/respawn/CfgAddons.hpp
2015-01-13 15:38:17 +01:00

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" };
};
};