Exemplo n.º 1
0
        public override void Update()
        {
            base.Update();

            SceneManager.mapScene.ThePlayer.UpdateInventory();

            Back.Update();
            if (Back.Press())
            {
                SceneManager.ChangeScene(SceneManager.mapScene);
            }

            InventoryInfo.Update();
            CraftingInfo.Update();
        }