corrections and starting reentry development

This commit is contained in:
Albert Medela
2020-06-07 01:47:11 +02:00
parent 1e3253a18d
commit 63fb9bc287
7 changed files with 220 additions and 20 deletions
+1
View File
@@ -424,6 +424,7 @@ message StartEventMessage {
enum StartEventType {
startEvent = 0;
rejoinEvent = 1;
reentryEvent = 2;
}
required StartEventType startEventType = 2;
optional bool fillWithComputerPlayers = 3;