Beispiel #1
0
 private void InteractHold()
 {
     if (_itemInteract != null)
     {
         _itemInteract.OnInteractHold();
     }
 }