Esempio n. 1
0
        //-////////////////////////////////////////////////////
        ///
        /// Sets wether the player is changing Inventory
        ///
        public void ChangeInventoryToggle()
        {
            changingInventory = changingInventory == false;

            // Update UI
            charInventory.EnableEquiptmentHover(changingInventory);
        }