InfiltrateForSupportPower / Sonar pulse.

This commit is contained in:
Paul Chote
2010-12-06 15:23:40 +13:00
parent c7500084df
commit 48b7cdad44
4 changed files with 25 additions and 22 deletions

View File

@@ -16,6 +16,7 @@ namespace OpenRA.Mods.RA.Crates
{
class SupportPowerCrateActionInfo : CrateActionInfo
{
[ActorReference]
public readonly string Proxy = null;
public override object Create(ActorInitializer init) { return new SupportPowerCrateAction(init.self, this); }
}