2026-05-01 곡물 믹스 추가

This commit is contained in:
2026-05-01 15:19:26 +09:00
parent 425c233ef0
commit 619ed80675
9 changed files with 34 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ public class ItemData : ScriptableObject
public enum ItemCategory
{
Etc,
Fruit,
Vegetable,
Grain,
@@ -45,7 +46,8 @@ public enum ItemCategory
Drink,
Snack,
Household,
Etc
Tea
}
public enum ProductGroup
@@ -61,5 +63,6 @@ public enum ProductGroup
Cheese,
Milk,
Diaper,
GrainMixTea,
}
}