Example #1
0
        //internal AlchemyTable Table;

        void OnTriggerExit2D(Collider2D col)
        {
            Debug.Log("Exit");
            AlchemyTable.StopBrew();
        }