added protocol versioning. AssignPlayer order is dead.
This commit is contained in:
13
OpenRa.FileFormats/ProtocolVersion.cs
Normal file
13
OpenRa.FileFormats/ProtocolVersion.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenRa.FileFormats
|
||||
{
|
||||
public static class ProtocolVersion
|
||||
{
|
||||
// you *must* increment this whenever you make an incompatible protocol change
|
||||
public static readonly int Version = 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user