2025-07-14 04:39:09 +00:00
|
|
|
namespace DDD
|
|
|
|
{
|
|
|
|
public static class CommonConstants
|
|
|
|
{
|
|
|
|
public const string VisualLook = "VisualLook";
|
|
|
|
public const string RestaurantPlayer = "RestaurantPlayer";
|
2025-07-15 04:48:01 +00:00
|
|
|
public const string BaseRestaurantEnvironment = "BaseRestaurantEnvironment";
|
2025-07-14 04:39:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
public static class DataConstants
|
|
|
|
{
|
|
|
|
public const string ItemDataSo = "ItemDataSo";
|
2025-07-15 04:48:01 +00:00
|
|
|
public const string FoodDataSo = "FoodDataSo";
|
|
|
|
public const string EnvironmentDataSo = "EnvironmentDataSo";
|
2025-07-14 04:39:09 +00:00
|
|
|
public const string RestaurantPlayerDataSo = "RestaurantPlayerDataSo";
|
2025-07-15 04:48:01 +00:00
|
|
|
|
2025-07-16 04:33:47 +00:00
|
|
|
public const string AtlasLabel = "Atlas";
|
2025-07-15 04:48:01 +00:00
|
|
|
public const string BasePropSpriteMaterial = "BasePropSpriteMaterial";
|
2025-07-14 04:39:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
public static class RestaurantPlayerAnimation
|
|
|
|
{
|
|
|
|
public const string Idle = "Idle";
|
|
|
|
public const string Walk = "RunFast";
|
|
|
|
public const string Dash = "Dash";
|
|
|
|
}
|
|
|
|
}
|