aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/vscripts/gamemodes/_gamemode_fd.nut
blob: b5f700e518277f2c176cdf92bacb50d87ee38037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
global function GamemodeFD_Init
global function RateSpawnpoints_FD

void function GamemodeFD_Init()
{

}

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

}