Add a Order.SyncHashOrderLength const

This commit is contained in:
abcdefg30
2020-10-11 20:22:37 +02:00
committed by abcdefg30
parent 8d5ed65feb
commit 1861174d38
7 changed files with 9 additions and 6 deletions

View File

@@ -49,6 +49,9 @@ namespace OpenRA
public sealed class Order
{
// Length of orders with type OrderType.SyncHash
public const int SyncHashOrderLength = 13;
public readonly string OrderString;
public readonly Actor Subject;
public readonly bool Queued;