[server] Implement CGameMode functions

This commit is contained in:
RD42
2024-04-12 22:00:55 +08:00
parent ccaba5e18e
commit 5d5702b8c0
6 changed files with 1253 additions and 0 deletions

View File

@ -1,3 +1,12 @@
#include "main.h"
//----------------------------------------------------
void CPlayer::Say(unsigned char * szText, BYTE byteTextLen)
{
// TODO: CPlayer::Say
}
//----------------------------------------------------