public AttackCharge(Actor self, AttackChargeInfo info) : base(self, info) { this.info = info; charges = info.MaxCharges; }