private bool RemoveHitter(Bio hitter) { hitter.RedRef(); return(this._hitters.Remove(hitter)); }
private bool RemoveAttacker(Bio attacker) { attacker.RedRef(); return(this._attackers.Remove(attacker)); }