상호작용 시 모달 UI 추가(임시)
기타 디버깅 로그 제거
This commit is contained in:
@@ -81,7 +81,6 @@ namespace Northbound
|
||||
{
|
||||
if (!_currentInteractable.CanInteract(OwnerClientId))
|
||||
{
|
||||
Debug.Log("[PlayerInteraction] Interactable no longer valid - ending interaction");
|
||||
EndInteraction();
|
||||
}
|
||||
}
|
||||
@@ -202,7 +201,6 @@ namespace Northbound
|
||||
_interactionTimeoutCoroutine = null;
|
||||
}
|
||||
_isInteracting = false;
|
||||
Debug.Log($"[PlayerInteraction] Owner {OwnerClientId} - 상호작용 완료");
|
||||
}
|
||||
|
||||
// ========================================
|
||||
|
||||
Reference in New Issue
Block a user