add lint pass to check whether types with ISync actually have any [Sync] members
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenRA.Mods.RA
|
||||
public override object Create(ActorInitializer init) { return new GpsPower(init.self, this); }
|
||||
}
|
||||
|
||||
class GpsPower : SupportPower, INotifyKilled, ISync, INotifyStanceChanged, INotifySold, INotifyCapture
|
||||
class GpsPower : SupportPower, INotifyKilled, INotifyStanceChanged, INotifySold, INotifyCapture
|
||||
{
|
||||
GpsWatcher owner;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user