have RALint check CrateAction.ExcludedActorTypes
This commit is contained in:
@@ -19,6 +19,7 @@ namespace OpenRA.Mods.RA
|
|||||||
public int SelectionShares = 10;
|
public int SelectionShares = 10;
|
||||||
public string Effect = null;
|
public string Effect = null;
|
||||||
public string Notification = null;
|
public string Notification = null;
|
||||||
|
[ActorReference]
|
||||||
public string[] ExcludedActorTypes = { };
|
public string[] ExcludedActorTypes = { };
|
||||||
|
|
||||||
public virtual object Create(ActorInitializer init) { return new CrateAction(init.self, this); }
|
public virtual object Create(ActorInitializer init) { return new CrateAction(init.self, this); }
|
||||||
|
|||||||
Reference in New Issue
Block a user