임시 건설 UI 생성

기타 불필요 디버깅 로그 제거
This commit is contained in:
2026-02-03 20:23:36 +09:00
parent 775e1cffac
commit 02f5aa869a
18 changed files with 2098 additions and 653 deletions

View File

@@ -55,8 +55,6 @@ namespace Northbound
{
navAgent.speed = creepData.moveSpeed;
}
Debug.Log($"[CreepDataComponent] Applied data for {creepData.id} ({creepData.memo})", this);
}
}
}