コード例 #1
0
 public Bomb()
 {
     sprite       = ItemSpriteFactory.GetBomb();
     sprite.Scale = 2;
     Hitbox       = sprite.Box;
 }