Пример #1
0
 public bool IsHitted(IRectBounds c)
 {
     /// 未実装
     return(ShootingUtils.IsIntersected(this, c));
 }
Пример #2
0
 public override bool IsHitted(IRectBounds c)
 {
     return(ShootingUtils.IsIntersected(this, c));
 }