Beispiel #1
0
 private void Update()
 {
     if (Keybinds.WasTriggered(Keybind.Interact))
     {
         DisplayNextDialogue.Invoke();
     }
 }
Beispiel #2
0
 public void OnPointerClick(PointerEventData pointerEventData)
 {
     DisplayNextDialogue.Invoke();
 }