extract serialize code from Server; deserialize code from Game; add Slot collection.

This commit is contained in:
Chris Forbes
2010-08-23 19:08:09 +12:00
parent 3880326787
commit d8c5f1aed3
4 changed files with 58 additions and 34 deletions

View File

@@ -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;
}
}