네트워크 멀티플레이 대응

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

@@ -133,7 +133,7 @@ namespace Northbound
return;
}
var inventory = localPlayer.GetComponent<PlayerResourceInventory>();
var inventory = localPlayer.GetComponent<PlayerInventory>();
if (inventory == null)
{
playerResourceText.text = playerPrefix + "---";