예제 #1
0
 private void Start()
 {
     player = FindObjectOfType <Player>();
     inventory.CloseGui();
     crosshair.SetActive(true);
 }