diff --git a/OpenRA.Game/Sync.cs b/OpenRA.Game/Sync.cs index 4f0bb8a287..b245898c81 100755 --- a/OpenRA.Game/Sync.cs +++ b/OpenRA.Game/Sync.cs @@ -16,6 +16,7 @@ using OpenRA.FileFormats; namespace OpenRA { + [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] public class SyncAttribute : Attribute { } public interface ISync { } /* marker interface */