각종 경고 수정

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

@@ -8,8 +8,6 @@ public class PlaceableBehavior : ItemBehavior
{
[Header("Placement Settings")]
[SerializeField] private GameObject placeablePrefab;
[SerializeField] private bool requiresGround = true;
[SerializeField] private float placementRange = 5f;
public override bool IsConsumable => true;