add ISync to all traits that have [Sync] members
This commit is contained in:
@@ -17,6 +17,7 @@ using OpenRA.FileFormats;
|
||||
namespace OpenRA
|
||||
{
|
||||
public class SyncAttribute : Attribute { }
|
||||
public interface ISync { } /* marker interface */
|
||||
|
||||
public static class Sync
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user