aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_aitdm.nut
blob: a30944cf3ec6b9308b3808ee4658167b99ef66ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
global function GamemodeAITdm_Init
global function RateSpawnpoints_Frontline

void function GamemodeAITdm_Init()
{

}

void function RateSpawnpoints_Frontline(int _0, array<entity> _1, int _2, entity _3)
{

}