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