Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / ui / tileSetEditor / TileSetEditorTabData.cs
@小李xl 小李xl on 12 Dec 2023 278 bytes 制作页签中
namespace UI.TileSetEditor;

/// <summary>
/// 页签数据
/// </summary>
public class TileSetEditorTabData
{
    /// <summary>
    /// 显示文本
    /// </summary>
    public string Text;

    /// <summary>
    /// 打开的Ui
    /// </summary>
    public string UiName;
}