각종 경고 수정
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user