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

Binary file not shown.

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,
}
}

Binary file not shown.

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: c8da3383cf694f34ba2ae346863c7cee
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: c7c19739e6b2839479b47d679ba2dabe
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.