10 lines
275 B
C#
10 lines
275 B
C#
![]() |
using UnityEngine;
|
||
|
|
||
|
namespace DDD
|
||
|
{
|
||
|
[CreateAssetMenu(fileName = "RestaurantManagementUiConfigSo", menuName = "Ui/RestaurantManagementUiConfigSo")]
|
||
|
public class RestaurantManagementUiConfigSo : ScriptableObject
|
||
|
{
|
||
|
public GameObject ItemSlotUiPrefab;
|
||
|
}
|
||
|
}
|