示例#1
0
 public RedPotion()
 {
     sprite = ItemSpriteFactory.GetRedPotion();
     Hitbox = sprite.Box;
 }