3 import org
.sevenchan
.dongs
.items
.*;
8 public class ItemRegistry
10 public static var BERRY_WHITE
:WhiteBerries
= new WhiteBerries
(1);
11 public static var HARPY_TINCTURE
:HarpyTincture
= new HarpyTincture
(1);
12 public static var SPIDER_VENOM
:SpiderVenomSac
= new SpiderVenomSac
(1);
13 public static var DARK_HARPY_EGG
:DarkHarpyEgg
= new DarkHarpyEgg
(1);
14 public static var POTION_PINK
:PinkPotion
= new PinkPotion
(1);
15 public static var POTION_GOLD
:GoldPotion
= new GoldPotion
(1);
16 public static var SPIDER_EGG
:SpiderEgg
= new SpiderEgg
(1);
17 public static var GAS_MASK
:GasMask
= new GasMask
(1);
18 public static var MILK
:Milk
= new Milk
(1);