예제 #1
0
 private void Interact()
 {
     if (interactive?.DoInteract() ?? false)
     {
         InteractionPanel.Instance.Remove(interactive);
     }
 }