네트워크 멀티플레이 대응
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Northbound
|
||||
|
||||
private void Update()
|
||||
{
|
||||
if (!IsServer) return;
|
||||
if (!IsOwner) return;
|
||||
if (_teamMember == null) return;
|
||||
|
||||
if (Time.time - _lastAttackTime >= attackInterval)
|
||||
|
||||
Reference in New Issue
Block a user