public MindControl(AttackLoyalty attack, Target target, AttackLoyaltyInfo info) { this.target = target; this.attack = attack; this.info = info; }
public AttackLoyalty(Actor self, AttackLoyaltyInfo info) : base(self, info) { this.info = info; }