示例#1
0
 void FinishInteract()
 {
     currentInteractable.OnFinishInteract(this);
     currentInteractable = null;
 }