add ISync to all traits that have [Sync] members
This commit is contained in:
@@ -23,7 +23,7 @@ namespace OpenRA.Mods.RA
|
||||
#endregion
|
||||
}
|
||||
|
||||
public abstract class UnitStance : ITick, IResolveOrder, ISelectionColorModifier, IPostRenderSelection
|
||||
public abstract class UnitStance : ITick, IResolveOrder, ISelectionColorModifier, IPostRenderSelection, ISync
|
||||
{
|
||||
[Sync]
|
||||
public int NextScanTime;
|
||||
|
||||
Reference in New Issue
Block a user