Move order latency control to the server.

This commit is contained in:
Paul Chote
2021-09-02 22:08:28 +01:00
committed by abcdefg30
parent 6421c17515
commit 8f412f869d
9 changed files with 120 additions and 45 deletions

View File

@@ -18,6 +18,7 @@ namespace OpenRA
{
public enum OrderType : byte
{
Ack = 0x10,
SyncHash = 0x65,
Disconnect = 0xBF,
Handshake = 0xFE,