From 2b2cc2b320416144e0dd768bf9a3e8417e9a5e37 Mon Sep 17 00:00:00 2001 From: NTG Date: Mon, 1 Sep 2025 18:01:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=88=EC=93=B0=EB=8A=94=20=EC=83=81?= =?UTF-8?q?=EC=88=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/_DDD/_Scripts/Utilities/Constants.cs | 22 --------------------- 1 file changed, 22 deletions(-) diff --git a/Assets/_DDD/_Scripts/Utilities/Constants.cs b/Assets/_DDD/_Scripts/Utilities/Constants.cs index 8bc7ccd7a..914ec629a 100644 --- a/Assets/_DDD/_Scripts/Utilities/Constants.cs +++ b/Assets/_DDD/_Scripts/Utilities/Constants.cs @@ -10,28 +10,6 @@ public static class CommonConstants public const string BlockImage = "BlockImage"; } - public static class DataConstants - { - public const string GameStateSo = "GameStateSo"; - public const string InventoryTestDataSo = "InventoryTestDataSo"; - public const string ItemDataSo = "ItemDataAsset"; - public const string RecipeDataSo = "RecipeDataAsset"; - public const string FoodDataSo = "FoodDataAsset"; - public const string DrinkDataSo = "DrinkDataAsset"; - public const string IngredientDataSo = "IngredientDataAsset"; - public const string CookwareDataSo = "CookwareDataAsset"; - public const string TasteDataSo = "TasteDataAsset"; - public const string EnvironmentDataSo = "EnvironmentDataAsset"; - public const string LevelDataSo = "LevelDataAsset"; - public const string CustomerPoolDataSo = "CustomerPoolDataAsset"; - public const string UiInputBindingSo = "UiInputBindingSo"; - - public const string RestaurantDataSo = "RestaurantDataSo"; - - public const string AtlasLabel = "Atlas"; - public const string BasePropSpriteMaterial = "BasePropSpriteMaterial"; - } - public static class RestaurantPlayerAnimationType { public const string Idle = "Idle";