aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/vscripts/gamemodes/_gamemode_coliseum.nut
blob: d8ccfc424c71f20f7ae56543c8d9eb58610c2e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
global function GamemodeColiseum_Init
global function GamemodeColiseum_CustomIntro

void function GamemodeColiseum_Init()
{

}

void function GamemodeColiseum_CustomIntro(entity _0)
{

}