ProjectDDD/Assets/_DDD/_Scripts/GameUi/RestaurantManagementUiConfigSo.cs

10 lines
275 B
C#
Raw Normal View History

2025-07-24 08:41:20 +00:00
using UnityEngine;
namespace DDD
{
[CreateAssetMenu(fileName = "RestaurantManagementUiConfigSo", menuName = "Ui/RestaurantManagementUiConfigSo")]
public class RestaurantManagementUiConfigSo : ScriptableObject
{
public GameObject ItemSlotUiPrefab;
}
}