コード例 #1
0
 private void CheckForMapActions()
 {
     if (Input.GetKeyDown(KeyCode.I))
     {
         UIManager.Instance.ChangeCanvas("inventory");
     }
     AttackControls();
     interact.CheckForInteract();
     Move_Fuc();
 }