Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / data / ImportCombinationData.cs
@小李xl 小李xl on 18 Dec 2023 201 bytes 导入组合图块, 开发中

using Godot;

/// <summary>
/// 导入的组合图块数据
/// </summary>
public class ImportCombinationData
{
    public string Name { get; set; }
    public Texture2D PreviewTexture { get; set; }
}