fix [Sync] being allowed in places that don't make sense
This commit is contained in:
@@ -16,6 +16,7 @@ using OpenRA.FileFormats;
|
||||
|
||||
namespace OpenRA
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
||||
public class SyncAttribute : Attribute { }
|
||||
public interface ISync { } /* marker interface */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user