merged motd and exit patch by dongresource

This commit is contained in:
2020-08-19 12:22:54 -05:00
parent e5274045b0
commit f2059c9ce1
8 changed files with 213 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ namespace PlayerManager {
void gotoPlayer(CNSocket* sock, CNPacketData* data);
void setSpecialPlayer(CNSocket* sock, CNPacketData* data);
void heartbeatPlayer(CNSocket* sock, CNPacketData* data);
void exitGame(CNSocket* sock, CNPacketData* data);
}
#endif
#endif