示例#1
0
 public void ToggleInventory()
 {
     inventory.Toggle();
     if (inventory.Active())
     {
         CameraCantMove();
     }
     else
     {
         CameraCanMove();
     }
 }