fix [Sync] being allowed in places that don't make sense

This commit is contained in:
Chris Forbes
2011-07-11 10:07:24 +12:00
committed by Paul Chote
parent 74335f0734
commit 513b852a67

View File

@@ -16,6 +16,7 @@ using OpenRA.FileFormats;
namespace OpenRA
{
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
public class SyncAttribute : Attribute { }
public interface ISync { } /* marker interface */