각종 경고 수정

This commit is contained in:
2026-01-22 18:13:20 +09:00
parent 24e362a0ad
commit 2eec0f497d
5 changed files with 7 additions and 13 deletions

View File

@@ -12,7 +12,6 @@ public class UndergroundGenerator : NetworkBehaviour
[SerializeField, Range(0, 1)] private float baseResourceThreshold = 0.8f;
[Header("Depth Settings")]
[SerializeField] private bool increaseResourceWithDepth = true;
[SerializeField] private float depthFactor = 0.005f; // 깊어질수록 임계값 감소 (자원 증가)
[Header("Prefabs")]