[server] Add CGameMode::Load stub

This commit is contained in:
RD42
2024-01-25 22:10:34 +08:00
parent 1678ff07a4
commit df14228488
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,7 @@ public:
CGameMode();
~CGameMode();
bool Load(char* pFileName);
void Unload();
};