public ScenarioParameters(SerializationInputStream Stream)
     : this(
         Stream.ReadUInt32(),
         GameData.MatchSettings[Stream.ReadString()],
         Stream.ReadByte(),
         new Coordinate(Stream),
         Stream.ReadBoolean())
 {
 }