네트워크 멀티플레이 대응

This commit is contained in:
2026-01-31 20:49:23 +09:00
parent 1152093521
commit c5bcf265d0
69 changed files with 2766 additions and 1392 deletions

View File

@@ -97,7 +97,7 @@ namespace Northbound
private void OnTriggerEnter(Collider other)
{
// 서버에서만 텔레포트 처리
if (!IsServer) return;
if (!IsOwner) return;
// 어느 트리거에 진입했는지 확인
Collider triggeredCollider = null;