Gamemode constructors

This commit is contained in:
Xylemon 2023-04-24 22:09:16 -07:00
parent 054973dd22
commit a070a00df0
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
void
SHGameInvasion::SHGameInvasion(void)
{
}

View File

@ -2,4 +2,5 @@ void
SHGameStealth::SHGameStealth(void)
{
}