데이터 동기화

This commit is contained in:
NTG 2025-08-26 14:38:46 +09:00
parent 493e05e1f7
commit 15c7dd0f04
10 changed files with 3540 additions and 8 deletions

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: c0e19383f8c15f74baae856c3cc56db9
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1f6b9a0462bfb714d916516955b15406
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -9,7 +9,7 @@ public enum CookwareType
None = 0,
Pot = 1,
Fryer = 2,
FirePit = 3,
Brazier = 3,
CuttingBoard = 4,
Griddle = 5,
MagicOven = 6,

View File

@ -1563,7 +1563,7 @@
{
"Id:string": "item_environment_cookware_003",
"#Name": "화로",
"CookwareType:NativeEnum": "FirePit"
"CookwareType:NativeEnum": "Brazier"
},
{
"Id:string": "item_environment_cookware_004",

BIN
ProjectSettings/EditorBuildSettings.asset (Stored with Git LFS)

Binary file not shown.