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