add ISync to all traits that have [Sync] members
This commit is contained in:
@@ -21,7 +21,7 @@ namespace OpenRA.Mods.RA
|
||||
public readonly bool JustMove = false;
|
||||
}
|
||||
|
||||
class AttackMove : IResolveOrder, IOrderVoice, ITick
|
||||
class AttackMove : IResolveOrder, IOrderVoice, ITick, ISync
|
||||
{
|
||||
[Sync] public int2 TargetLocation = int2.Zero;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user