인벤토리/퀵슬롯 시스템 개발
This commit is contained in:
@@ -5,7 +5,9 @@ public class ItemData : ScriptableObject
|
||||
{
|
||||
public int itemID;
|
||||
public string itemName;
|
||||
public Sprite icon;
|
||||
public Sprite icon;
|
||||
public float weight; // 아이템 개당 무게
|
||||
public int maxStack = 99; // 최대 중첩 개수
|
||||
|
||||
[Header("Visual Source")]
|
||||
public GameObject originalBlockPrefab; // 이제 이것만 있으면 됩니다!
|
||||
|
||||
Reference in New Issue
Block a user