diff --git a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/BackUps/2025-07-22 19-10-23 by 하정현.json b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/BackUps/2025-07-22 19-10-23 by 하정현.json new file mode 100644 index 000000000..e5ee10900 --- /dev/null +++ b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/BackUps/2025-07-22 19-10-23 by 하정현.json @@ -0,0 +1,209 @@ +{ + "$개요": [ + { + "": "시트 생성" + } + ], + "ItemData": [ + { + "Id": "식별번호", + "ItemType:Enum": "아이템타입" + }, + { + "Id": "item_food_001", + "ItemType:Enum": "food" + }, + { + "Id": "item_food_002", + "ItemType:Enum": "food" + }, + { + "Id": "item_food_003", + "ItemType:Enum": "food" + }, + { + "Id": "item_food_004", + "ItemType:Enum": "food" + }, + { + "Id": "item_food_005", + "ItemType:Enum": "food" + }, + { + "Id": " ", + "ItemType:Enum": "" + }, + { + "Id": "", + "ItemType:Enum": "" + }, + { + "Id": "", + "ItemType:Enum": "" + }, + { + "Id": "", + "ItemType:Enum": "" + }, + { + "Id": "", + "ItemType:Enum": "" + }, + { + "Id": "", + "ItemType:Enum": "" + }, + { + "Id": "", + "ItemType:Enum": "" + }, + { + "Id": "", + "ItemType:Enum": "" + }, + { + "Id": "", + "ItemType:Enum": "" + }, + { + "Id": "Item_Environment_001", + "ItemType:Enum": "Environment" + }, + { + "Id": "Item_Environment_002", + "ItemType:Enum": "Environment" + }, + { + "Id": "Item_Environment_003", + "ItemType:Enum": "Environment" + }, + { + "Id": "Item_Environment_004", + "ItemType:Enum": "Environment" + }, + { + "Id": "Item_Environment_005", + "ItemType:Enum": "Environment" + } + ], + "FoodData": [ + { + "Id:string": "식별ID", + "Name:string": "이름", + "Cookware:Enum": "요리도구", + "Ingredient1:string": "재료1", + "Ingredient2:string": "재료2", + "Taste1:Taste_Enum": "맛1", + "Taste2:Taste_Enum": "맛2", + "SpriteKey:string": "SpriteAtlas 키 값" + }, + { + "Id:string": "Item_Food_001", + "Name:string": "햇빛수프", + "Cookware:Enum": "Pot", + "Ingredient1:string": "극락쌀", + "Ingredient2:string": "햇빛당근", + "Taste1:Taste_Enum": "Bitter", + "Taste2:Taste_Enum": "Sweet", + "SpriteKey:string": "Gold" + }, + { + "Id:string": "Item_Food_002", + "Name:string": "B", + "Cookware:Enum": "FryingPan", + "Ingredient1:string": 1, + "Ingredient2:string": 1, + "Taste1:Taste_Enum": "Spicy", + "Taste2:Taste_Enum": "Bitter", + "SpriteKey:string": "" + }, + { + "Id:string": "Item_Food_003", + "Name:string": "C", + "Cookware:Enum": "Pot", + "Ingredient1:string": 2, + "Ingredient2:string": 2, + "Taste1:Taste_Enum": "Fresh", + "Taste2:Taste_Enum": "None", + "SpriteKey:string": "" + }, + { + "Id:string": "Item_Food_004", + "Name:string": "D", + "Cookware:Enum": "Plating", + "Ingredient1:string": 3, + "Ingredient2:string": 3, + "Taste1:Taste_Enum": " ", + "Taste2:Taste_Enum": "Salty", + "SpriteKey:string": "" + } + ], + "EnvironmentData": [ + { + "Id": "식별번호", + "InteractionType:NativeEnum": "인터랙션타입", + "RendererType:Enum": "렌더러 타입", + "IsTrigger:int": "트리거 여부", + "SkeletonDataName:string": "스켈레톤 애니메이션 에셋 이름", + "SkinName:string": "스파인 스킨 이름", + "DefaultAnimationName:string": "", + "SpriteKey:string": "SpriteAtlas 키 값", + "Size:float": "유니티 내의 이미지 크기" + }, + { + "Id": "Item_Environment_001", + "InteractionType:NativeEnum": "None", + "RendererType:Enum": "Sprite", + "IsTrigger:int": 0, + "SkeletonDataName:string": "", + "SkinName:string": "", + "DefaultAnimationName:string": "", + "SpriteKey:string": "Barrel01", + "Size:float": 1 + }, + { + "Id": "Item_Environment_002", + "InteractionType:NativeEnum": "None", + "RendererType:Enum": "Spine", + "IsTrigger:int": 1, + "SkeletonDataName:string": "Coral_SkeletonData", + "SkinName:string": "Coral01", + "DefaultAnimationName:string": "Coral01/Idle", + "SpriteKey:string": "", + "Size:float": 1 + }, + { + "Id": "Item_Environment_003", + "InteractionType:NativeEnum": "None", + "RendererType:Enum": "Spine", + "IsTrigger:int": 1, + "SkeletonDataName:string": "Coral_SkeletonData", + "SkinName:string": "Coral02", + "DefaultAnimationName:string": "Coral02/Idle", + "SpriteKey:string": "", + "Size:float": 1 + }, + { + "Id": "Item_Environment_004", + "InteractionType:NativeEnum": "None", + "RendererType:Enum": "Spine", + "IsTrigger:int": 1, + "SkeletonDataName:string": "SummerGrass01_SkeletonData", + "SkinName:string": "default", + "DefaultAnimationName:string": "Normal", + "SpriteKey:string": "", + "Size:float": 0.3 + }, + { + "Id": "Item_Environment_005", + "InteractionType:NativeEnum": "RestaurantManagement", + "RendererType:Enum": "Spine", + "IsTrigger:int": 0, + "SkeletonDataName:string": "", + "SkinName:string": "", + "DefaultAnimationName:string": "", + "SpriteKey:string": "", + "Size:float": 1 + } + ] +} \ No newline at end of file diff --git a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/BackUps/2025-07-22 19-10-23 by 하정현.json.meta b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/BackUps/2025-07-22 19-10-23 by 하정현.json.meta new file mode 100644 index 000000000..28437315e --- /dev/null +++ b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/BackUps/2025-07-22 19-10-23 by 하정현.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 133467af6c54d44bc8d9195493c44dfc +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Classes/EnvironmentData.cs b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Classes/EnvironmentData.cs index 991e85726..2169d3349 100644 --- a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Classes/EnvironmentData.cs +++ b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Classes/EnvironmentData.cs @@ -12,10 +12,6 @@ public class EnvironmentData : IId [field: SerializeField] public string Id { get; set; } - /// 오브젝트 타입 - [Tooltip("오브젝트 타입")] - public EnvironmentType EnvironmentType; - /// 인터랙션타입 [Tooltip("인터랙션타입")] public InteractionType InteractionType; diff --git a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/EnumTypes.cs b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/EnumTypes.cs index d5d9d4cec..5a69d3d66 100644 --- a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/EnumTypes.cs +++ b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/EnumTypes.cs @@ -29,13 +29,6 @@ public enum Taste Salty = 6, } - public enum EnvironmentType - { - None = 0, - Prop = 1, - Interactable = 2, - } - public enum RendererType { None = 0, diff --git a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/GoogleSheetJson.json b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/GoogleSheetJson.json index c6539c575..e5ee10900 100644 --- a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/GoogleSheetJson.json +++ b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/GoogleSheetJson.json @@ -30,7 +30,7 @@ "ItemType:Enum": "food" }, { - "Id": "", + "Id": " ", "ItemType:Enum": "" }, { @@ -141,7 +141,6 @@ "EnvironmentData": [ { "Id": "식별번호", - "EnvironmentType:Enum": "오브젝트 타입", "InteractionType:NativeEnum": "인터랙션타입", "RendererType:Enum": "렌더러 타입", "IsTrigger:int": "트리거 여부", @@ -153,7 +152,6 @@ }, { "Id": "Item_Environment_001", - "EnvironmentType:Enum": "Prop", "InteractionType:NativeEnum": "None", "RendererType:Enum": "Sprite", "IsTrigger:int": 0, @@ -165,7 +163,6 @@ }, { "Id": "Item_Environment_002", - "EnvironmentType:Enum": "Prop", "InteractionType:NativeEnum": "None", "RendererType:Enum": "Spine", "IsTrigger:int": 1, @@ -177,7 +174,6 @@ }, { "Id": "Item_Environment_003", - "EnvironmentType:Enum": "Prop", "InteractionType:NativeEnum": "None", "RendererType:Enum": "Spine", "IsTrigger:int": 1, @@ -189,7 +185,6 @@ }, { "Id": "Item_Environment_004", - "EnvironmentType:Enum": "Prop", "InteractionType:NativeEnum": "None", "RendererType:Enum": "Spine", "IsTrigger:int": 1, @@ -201,7 +196,6 @@ }, { "Id": "Item_Environment_005", - "EnvironmentType:Enum": "Interactable", "InteractionType:NativeEnum": "RestaurantManagement", "RendererType:Enum": "Spine", "IsTrigger:int": 0, diff --git a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Logs/GoogleSheetChangeLog.asset b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Logs/GoogleSheetChangeLog.asset index b3bde0f69..154a83110 100644 --- a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Logs/GoogleSheetChangeLog.asset +++ b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/Logs/GoogleSheetChangeLog.asset @@ -92,4 +92,79 @@ MonoBehaviour: 0,\n \"SkeletonDataName:string\": \"\",\n \"SkinName:string\": \"\",\n \"DefaultAnimationName:string\": \"\",\n \"SpriteKey:string\": \"\",\n \"Size:float\": 1\n }\n ]\n}" + - Editor: "\uD558\uC815\uD604" + Timestamp: 2025-07-22 19:10:23 + JsonSnapshot: "{\n \"$\uAC1C\uC694\": [\n {\n \"\": \"\uC2DC\uD2B8 \uC0DD\uC131\"\n + }\n ],\n \"ItemData\": [\n {\n \"Id\": \"\uC2DD\uBCC4\uBC88\uD638\",\n + \"ItemType:Enum\": \"\uC544\uC774\uD15C\uD0C0\uC785\"\n },\n {\n + \"Id\": \"item_food_001\",\n \"ItemType:Enum\": \"food\"\n },\n + {\n \"Id\": \"item_food_002\",\n \"ItemType:Enum\": \"food\"\n + },\n {\n \"Id\": \"item_food_003\",\n \"ItemType:Enum\": \"food\"\n + },\n {\n \"Id\": \"item_food_004\",\n \"ItemType:Enum\": \"food\"\n + },\n {\n \"Id\": \"item_food_005\",\n \"ItemType:Enum\": \"food\"\n + },\n {\n \"Id\": \" \",\n \"ItemType:Enum\": \"\"\n },\n + {\n \"Id\": \"\",\n \"ItemType:Enum\": \"\"\n },\n {\n + \"Id\": \"\",\n \"ItemType:Enum\": \"\"\n },\n {\n \"Id\": + \"\",\n \"ItemType:Enum\": \"\"\n },\n {\n \"Id\": \"\",\n + \"ItemType:Enum\": \"\"\n },\n {\n \"Id\": \"\",\n \"ItemType:Enum\": + \"\"\n },\n {\n \"Id\": \"\",\n \"ItemType:Enum\": \"\"\n + },\n {\n \"Id\": \"\",\n \"ItemType:Enum\": \"\"\n },\n + {\n \"Id\": \"\",\n \"ItemType:Enum\": \"\"\n },\n {\n + \"Id\": \"Item_Environment_001\",\n \"ItemType:Enum\": \"Environment\"\n + },\n {\n \"Id\": \"Item_Environment_002\",\n \"ItemType:Enum\": + \"Environment\"\n },\n {\n \"Id\": \"Item_Environment_003\",\n + \"ItemType:Enum\": \"Environment\"\n },\n {\n \"Id\": \"Item_Environment_004\",\n + \"ItemType:Enum\": \"Environment\"\n },\n {\n \"Id\": \"Item_Environment_005\",\n + \"ItemType:Enum\": \"Environment\"\n }\n ],\n \"FoodData\": [\n {\n + \"Id:string\": \"\uC2DD\uBCC4ID\",\n \"Name:string\": \"\uC774\uB984\",\n + \"Cookware:Enum\": \"\uC694\uB9AC\uB3C4\uAD6C\",\n \"Ingredient1:string\": + \"\uC7AC\uB8CC1\",\n \"Ingredient2:string\": \"\uC7AC\uB8CC2\",\n + \"Taste1:Taste_Enum\": \"\uB9DB1\",\n \"Taste2:Taste_Enum\": \"\uB9DB2\",\n + \"SpriteKey:string\": \"SpriteAtlas \uD0A4 \uAC12\"\n },\n {\n \"Id:string\": + \"Item_Food_001\",\n \"Name:string\": \"\uD587\uBE5B\uC218\uD504\",\n + \"Cookware:Enum\": \"Pot\",\n \"Ingredient1:string\": \"\uADF9\uB77D\uC300\",\n + \"Ingredient2:string\": \"\uD587\uBE5B\uB2F9\uADFC\",\n \"Taste1:Taste_Enum\": + \"Bitter\",\n \"Taste2:Taste_Enum\": \"Sweet\",\n \"SpriteKey:string\": + \"Gold\"\n },\n {\n \"Id:string\": \"Item_Food_002\",\n \"Name:string\": + \"B\",\n \"Cookware:Enum\": \"FryingPan\",\n \"Ingredient1:string\": + 1,\n \"Ingredient2:string\": 1,\n \"Taste1:Taste_Enum\": \"Spicy\",\n + \"Taste2:Taste_Enum\": \"Bitter\",\n \"SpriteKey:string\": \"\"\n },\n + {\n \"Id:string\": \"Item_Food_003\",\n \"Name:string\": \"C\",\n + \"Cookware:Enum\": \"Pot\",\n \"Ingredient1:string\": 2,\n \"Ingredient2:string\": + 2,\n \"Taste1:Taste_Enum\": \"Fresh\",\n \"Taste2:Taste_Enum\": \"None\",\n + \"SpriteKey:string\": \"\"\n },\n {\n \"Id:string\": \"Item_Food_004\",\n + \"Name:string\": \"D\",\n \"Cookware:Enum\": \"Plating\",\n \"Ingredient1:string\": + 3,\n \"Ingredient2:string\": 3,\n \"Taste1:Taste_Enum\": \" \",\n + \"Taste2:Taste_Enum\": \"Salty\",\n \"SpriteKey:string\": \"\"\n }\n + ],\n \"EnvironmentData\": [\n {\n \"Id\": \"\uC2DD\uBCC4\uBC88\uD638\",\n + \"InteractionType:NativeEnum\": \"\uC778\uD130\uB799\uC158\uD0C0\uC785\",\n + \"RendererType:Enum\": \"\uB80C\uB354\uB7EC \uD0C0\uC785\",\n \"IsTrigger:int\": + \"\uD2B8\uB9AC\uAC70 \uC5EC\uBD80\",\n \"SkeletonDataName:string\": \"\uC2A4\uCF08\uB808\uD1A4 + \uC560\uB2C8\uBA54\uC774\uC158 \uC5D0\uC14B \uC774\uB984\",\n \"SkinName:string\": + \"\uC2A4\uD30C\uC778 \uC2A4\uD0A8 \uC774\uB984\",\n \"DefaultAnimationName:string\": + \"\",\n \"SpriteKey:string\": \"SpriteAtlas \uD0A4 \uAC12\",\n \"Size:float\": + \"\uC720\uB2C8\uD2F0 \uB0B4\uC758 \uC774\uBBF8\uC9C0 \uD06C\uAE30\"\n },\n + {\n \"Id\": \"Item_Environment_001\",\n \"InteractionType:NativeEnum\": + \"None\",\n \"RendererType:Enum\": \"Sprite\",\n \"IsTrigger:int\": + 0,\n \"SkeletonDataName:string\": \"\",\n \"SkinName:string\": \"\",\n + \"DefaultAnimationName:string\": \"\",\n \"SpriteKey:string\": \"Barrel01\",\n + \"Size:float\": 1\n },\n {\n \"Id\": \"Item_Environment_002\",\n + \"InteractionType:NativeEnum\": \"None\",\n \"RendererType:Enum\": \"Spine\",\n + \"IsTrigger:int\": 1,\n \"SkeletonDataName:string\": \"Coral_SkeletonData\",\n + \"SkinName:string\": \"Coral01\",\n \"DefaultAnimationName:string\": \"Coral01/Idle\",\n + \"SpriteKey:string\": \"\",\n \"Size:float\": 1\n },\n {\n + \"Id\": \"Item_Environment_003\",\n \"InteractionType:NativeEnum\": \"None\",\n + \"RendererType:Enum\": \"Spine\",\n \"IsTrigger:int\": 1,\n \"SkeletonDataName:string\": + \"Coral_SkeletonData\",\n \"SkinName:string\": \"Coral02\",\n \"DefaultAnimationName:string\": + \"Coral02/Idle\",\n \"SpriteKey:string\": \"\",\n \"Size:float\": + 1\n },\n {\n \"Id\": \"Item_Environment_004\",\n \"InteractionType:NativeEnum\": + \"None\",\n \"RendererType:Enum\": \"Spine\",\n \"IsTrigger:int\": + 1,\n \"SkeletonDataName:string\": \"SummerGrass01_SkeletonData\",\n + \"SkinName:string\": \"default\",\n \"DefaultAnimationName:string\": \"Normal\",\n + \"SpriteKey:string\": \"\",\n \"Size:float\": 0.3\n },\n {\n + \"Id\": \"Item_Environment_005\",\n \"InteractionType:NativeEnum\": \"RestaurantManagement\",\n + \"RendererType:Enum\": \"Spine\",\n \"IsTrigger:int\": 0,\n \"SkeletonDataName:string\": + \"\",\n \"SkinName:string\": \"\",\n \"DefaultAnimationName:string\": + \"\",\n \"SpriteKey:string\": \"\",\n \"Size:float\": 1\n }\n + ]\n}" MaxLogs: 100 diff --git a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/So/EnvironmentDataSo.asset b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/So/EnvironmentDataSo.asset index a1b30a2e7..c76a8c85f 100644 --- a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/So/EnvironmentDataSo.asset +++ b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/So/EnvironmentDataSo.asset @@ -14,7 +14,6 @@ MonoBehaviour: m_EditorClassIdentifier: Datas: - k__BackingField: Item_Environment_001 - EnvironmentType: 1 InteractionType: 0 RendererType: 1 IsTrigger: 0 @@ -24,7 +23,6 @@ MonoBehaviour: SpriteKey: Barrel01 Size: 1 - k__BackingField: Item_Environment_002 - EnvironmentType: 1 InteractionType: 0 RendererType: 2 IsTrigger: 1 @@ -34,7 +32,6 @@ MonoBehaviour: SpriteKey: Size: 1 - k__BackingField: Item_Environment_003 - EnvironmentType: 1 InteractionType: 0 RendererType: 2 IsTrigger: 1 @@ -44,7 +41,6 @@ MonoBehaviour: SpriteKey: Size: 1 - k__BackingField: Item_Environment_004 - EnvironmentType: 1 InteractionType: 0 RendererType: 2 IsTrigger: 1 @@ -54,7 +50,6 @@ MonoBehaviour: SpriteKey: Size: 0.3 - k__BackingField: Item_Environment_005 - EnvironmentType: 2 InteractionType: 1 RendererType: 2 IsTrigger: 0 diff --git a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/So/ItemDataSo.asset b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/So/ItemDataSo.asset index 990d13ecd..cf1a43351 100644 --- a/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/So/ItemDataSo.asset +++ b/Assets/_DDD/_Scripts/GenerateGoogleSheet/AutoCreated/So/ItemDataSo.asset @@ -23,7 +23,7 @@ MonoBehaviour: ItemType: 1 - k__BackingField: item_food_005 ItemType: 1 - - k__BackingField: + - k__BackingField: ' ' ItemType: 0 - k__BackingField: ItemType: 0 diff --git a/Assets/_DDD/_Scripts/RestaurantCharacter/RestaurantCharacterInteraction.cs.meta b/Assets/_DDD/_Scripts/RestaurantCharacter/RestaurantCharacterInteraction.cs.meta new file mode 100644 index 000000000..fe233a2f7 --- /dev/null +++ b/Assets/_DDD/_Scripts/RestaurantCharacter/RestaurantCharacterInteraction.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: c9a5f5b2cb6745238a931b4d52f5d57a +timeCreated: 1753180605 \ No newline at end of file diff --git a/Assets/_DDD/_Scripts/RestaurantEvent.meta b/Assets/_DDD/_Scripts/RestaurantEvent.meta new file mode 100644 index 000000000..7bffba2b1 --- /dev/null +++ b/Assets/_DDD/_Scripts/RestaurantEvent.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 59bb7a352dea4d16a49b21c9f0742f95 +timeCreated: 1753177057 \ No newline at end of file diff --git a/Assets/_DDD/_Scripts/RestaurantEvent/RestaurantEventSolver.cs.meta b/Assets/_DDD/_Scripts/RestaurantEvent/RestaurantEventSolver.cs.meta new file mode 100644 index 000000000..df52fe940 --- /dev/null +++ b/Assets/_DDD/_Scripts/RestaurantEvent/RestaurantEventSolver.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: d64af507b15b4c5abe4de65714818938 +timeCreated: 1753179809 \ No newline at end of file diff --git a/Assets/_DDD/_Scripts/RestaurantEvent/RestaurantEvents.cs.meta b/Assets/_DDD/_Scripts/RestaurantEvent/RestaurantEvents.cs.meta new file mode 100644 index 000000000..1e7d05bce --- /dev/null +++ b/Assets/_DDD/_Scripts/RestaurantEvent/RestaurantEvents.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 7299ebb246fe4cf987675310605774b5 +timeCreated: 1753177179 \ No newline at end of file diff --git a/Assets/_DDD/_Scripts/RestaurantEvent/RestaurantInteractionComponent.cs.meta b/Assets/_DDD/_Scripts/RestaurantEvent/RestaurantInteractionComponent.cs.meta new file mode 100644 index 000000000..b592d8d8c --- /dev/null +++ b/Assets/_DDD/_Scripts/RestaurantEvent/RestaurantInteractionComponent.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 201f9e6d7ca7404baa9945950292a392 +timeCreated: 1753181678 \ No newline at end of file