네트워크 멀티플레이 대응

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

@@ -44,7 +44,7 @@ namespace Northbound
private void Update()
{
if (!IsServer) return;
if (!IsOwner) return;
if (_teamMember == null) return;
if (Time.time - _lastAttackTime >= attackInterval)