extract serialize code from Server; deserialize code from Game; add Slot collection.
This commit is contained in:
@@ -13,6 +13,6 @@ namespace OpenRA.Server
|
||||
public static class ProtocolVersion
|
||||
{
|
||||
// you *must* increment this whenever you make an incompatible protocol change
|
||||
public static readonly int Version = 5;
|
||||
public static readonly int Version = 6;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user