Infiltration code cleanup

This commit is contained in:
ScottNZ
2013-06-14 18:58:39 +12:00
parent e7fcb758e3
commit 5334589922
10 changed files with 65 additions and 55 deletions

View File

@@ -14,7 +14,7 @@ using OpenRA.FileFormats;
namespace OpenRA.Mods.RA
{
class InfiltrateForSupportPowerInfo : ITraitInfo
class InfiltrateForSupportPowerInfo : ITraitInfo, Requires<InfiltratableInfo>
{
[ActorReference] public readonly string Proxy = null;
public object Create(ActorInitializer init) { return new InfiltrateForSupportPower(this); }