v2.0.0-rc2: bugfix: Keep compatible to older clients
GameEvent.type was a required field, so new enum values causes the protobuf parser to raise an error. To avoid errors on older clients, game events and proposed game events were added to new lists in the Referee message. That way, old clients will not receive any game events, but they will also not crash.