slight tidy in InfiltrateForSupportPower
This commit is contained in:
@@ -16,14 +16,14 @@ namespace OpenRA.Mods.RA
|
|||||||
{
|
{
|
||||||
class InfiltrateForSupportPowerInfo : ITraitInfo
|
class InfiltrateForSupportPowerInfo : ITraitInfo
|
||||||
{
|
{
|
||||||
[ActorReference]
|
[ActorReference] public readonly string Proxy = null;
|
||||||
public readonly string Proxy = null;
|
|
||||||
public object Create(ActorInitializer init) { return new InfiltrateForSupportPower(this); }
|
public object Create(ActorInitializer init) { return new InfiltrateForSupportPower(this); }
|
||||||
}
|
}
|
||||||
|
|
||||||
class InfiltrateForSupportPower : IAcceptSpy
|
class InfiltrateForSupportPower : IAcceptSpy
|
||||||
{
|
{
|
||||||
InfiltrateForSupportPowerInfo Info;
|
InfiltrateForSupportPowerInfo Info;
|
||||||
|
|
||||||
public InfiltrateForSupportPower(InfiltrateForSupportPowerInfo info)
|
public InfiltrateForSupportPower(InfiltrateForSupportPowerInfo info)
|
||||||
{
|
{
|
||||||
Info = info;
|
Info = info;
|
||||||
|
|||||||
Reference in New Issue
Block a user