コード例 #1
0
ファイル: Circle.cs プロジェクト: tanis2000/Futile
 public override bool Collide(Hitbox hitbox)
 {
     return hitbox.Collide(this);
 }