예제 #1
0
파일: Rylie.cs 프로젝트: ZaireWilson20/EGD2
 private void Interact()
 {
     if (in_InteractRange && Input.GetKeyDown(KeyCode.Space) && !diaMan.textReading)
     {
         currentInteractable.InitDialogue();
     }
 }