안쓰는 상수 제거
This commit is contained in:
parent
627b0aedf5
commit
2b2cc2b320
@ -10,28 +10,6 @@ public static class CommonConstants
|
|||||||
public const string BlockImage = "BlockImage";
|
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 static class RestaurantPlayerAnimationType
|
||||||
{
|
{
|
||||||
public const string Idle = "Idle";
|
public const string Idle = "Idle";
|
||||||
|
Loading…
Reference in New Issue
Block a user