Beispiel #1
0
        public JaacarBox()
        {
            Movable = true;
            Hue     = 1266;

            DropItem(Reward.CookRecipe());
        }
Beispiel #2
0
        public JaacarBox()
            : base()
        {
            this.Movable = true;
            this.Hue     = 1266;

            this.DropItem(Reward.CookRecipe());
        }