예제 #1
0
 private bool RemoveHitter(Bio hitter)
 {
     hitter.RedRef();
     return(this._hitters.Remove(hitter));
 }
예제 #2
0
 private bool RemoveAttacker(Bio attacker)
 {
     attacker.RedRef();
     return(this._attackers.Remove(attacker));
 }