public ProduceActorPowerCA(ActorInitializer init, ProduceActorPowerCAInfo info)
     : base(init.Self, info)
 {
     faction = init.Contains <FactionInit>() ? init.Get <FactionInit, string>() : init.Self.Owner.Faction.InternalName;
 }
 public ProduceActorPowerCA(ActorInitializer init, ProduceActorPowerCAInfo info)
     : base(init.Self, info)
 {
     faction = init.GetValue <FactionInit, string>(init.Self.Owner.Faction.InternalName);
 }