diff --git a/Gameton-06/Assets/Gameton/Scripts/UI/OptionUI.cs b/Gameton-06/Assets/Gameton/Scripts/UI/OptionUI.cs index 1ed70dae..95f407d9 100644 --- a/Gameton-06/Assets/Gameton/Scripts/UI/OptionUI.cs +++ b/Gameton-06/Assets/Gameton/Scripts/UI/OptionUI.cs @@ -60,12 +60,6 @@ namespace TON // UIManager.Show(UIList.SettingUI); } - public void OnClickInventoryButton() - { - Debug.Log("Inventory Button Clicked"); - // UIManager.Show(UIList.InventoryUI); - } - public void OnClickPauseButton() { Debug.Log("Pause Button Clicked");