Notifying clients when the round ends

This commit is contained in:
Regalis
2017-01-06 19:06:11 +02:00
parent 65d64af041
commit 5d83a33876
3 changed files with 55 additions and 1 deletions

View File

@@ -37,7 +37,8 @@ namespace Barotrauma.Networking
UPDATE_INGAME, //update state ingame (character input and chat messages)
QUERY_STARTGAME, //ask the clients whether they're ready to start
STARTGAME //start a new round
STARTGAME, //start a new round
ENDGAME
}
enum ServerNetObject
{