ProjectDDD/Assets/_DDD/_Scripts/GameUi/RestaurantManagementUiConfigSo.cs
2025-07-24 17:41:20 +09:00

10 lines
275 B
C#

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