10 lines
224 B
C#
10 lines
224 B
C#
![]() |
using UnityEngine;
|
||
|
|
||
|
namespace DDD
|
||
|
{
|
||
|
[CreateAssetMenu(fileName = "TabUiConfigSo", menuName = "Ui/TabUi/TabUiConfigSo")]
|
||
|
public class TabUiConfigSo : ScriptableObject
|
||
|
{
|
||
|
public string DisplayNameKey;
|
||
|
}
|
||
|
}
|