aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_at.nut
blob: 573ea72fc984e5e820bfe50d87638c99cf8ee754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
global function GamemodeAt_Init
global function RateSpawnpoints_AT

void function GamemodeAt_Init()
{

}

void function RateSpawnpoints_AT( int checkclass, array<entity> spawnpoints, int team, entity player )
{
	RateSpawnpoints_Generic( checkclass, spawnpoints, team, player ) // temp 
}