Example #1
0
        void Awake()
        {
            AlchemyTable.Bottle                      = new PotionBottle();
            AlchemyTable.Bottle.Type                 = TestBottle;
            AlchemyTable.Bottle.Behaviour            = new BottleBehaviour();
            AlchemyTable.Bottle.Behaviour.TimeToBrew = TestTimeToBrew;
            var borders = new GetBorders();

            borders.Check();
            AlchemyTable.AddIngredient(new Ingredient1());
            AlchemyTable.AddIngredient(new Ingredient2());
        }