using UnityEngine; namespace DDD { [CreateAssetMenu(fileName = "RestaurantManagementUiConfigSo", menuName = "Ui/RestaurantManagementUiConfigSo")] public class RestaurantManagementUiConfigSo : ScriptableObject { public GameObject ItemSlotUiPrefab; } }