지하 생성 및 터널 구조 개선

This commit is contained in:
2026-01-17 00:13:38 +09:00
parent d6292b6879
commit 1ba1d2c03c
17 changed files with 687 additions and 386 deletions

View File

@@ -26,7 +26,6 @@ public class MineableBlock : NetworkBehaviour
if (_currentHp.Value <= 0) return;
_currentHp.Value -= damageAmount;
Debug.Log($"블록 대미지! 남은 체력: {_currentHp.Value}");
if (_currentHp.Value <= 0)
{