コード例 #1
0
 void CancelInteract()
 {
     currentInteractable.OnCancelInteract(this);
     interactables.Add(currentInteractable);
     currentInteractable = null;
 }