Exemplo n.º 1
0
 public override bool Over(Hitbox other) => other.Over(this);
 public override bool Over(Hitbox other) => Hitboxes.Any(other.Over);