자원 채집 및 반환 기능
텍스트 기능 및 폰트 추가
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Northbound
|
||||
Debug.Log($"플레이어 {playerId} 공격! (적중: {hits.Length}개)");
|
||||
}
|
||||
|
||||
[ServerRpc(RequireOwnership = false)]
|
||||
[Rpc(SendTo.Server, InvokePermission = RpcInvokePermission.Everyone)]
|
||||
private void AttackServerRpc(ulong playerId, ulong targetNetworkId)
|
||||
{
|
||||
if (NetworkManager.Singleton.SpawnManager.SpawnedObjects.TryGetValue(targetNetworkId, out NetworkObject targetObj))
|
||||
|
||||
Reference in New Issue
Block a user