WIP added an event to become a server. changed xml file.

This commit is contained in:
stiffly
2016-03-10 14:12:08 +01:00
parent 28de31d84d
commit d7f166b8ae
7 changed files with 6188 additions and 6027 deletions
+5
View File
@@ -284,3 +284,8 @@ int Game::parseArgs(int argc, char* argv[])
return 0;
}
bool Game::OnBecomeServer(const Events::BecomeServer& e)
{
}