private void OnShowDialogFinished()
 {
     DialogManager.Instance.OnShowDialogFinished -= OnShowDialogFinished;
     OnCompleteInteraction?.Invoke(this);
 }
예제 #2
0
 public void InteractEnd()
 {
     CustomLogger.Log(nameof(TestInteractable), "Finished interacting with this object...");
     OnCompleteInteraction?.Invoke(this);
 }