public bool IsHitted(IRectBounds c) { /// 未実装 return(ShootingUtils.IsIntersected(this, c)); }
public override bool IsHitted(IRectBounds c) { return(ShootingUtils.IsIntersected(this, c)); }