Newer
Older
DungeonShooting / DungeonShooting_Godot / src / config / Role.cs
namespace Config;

public class Role 
{
    /// <summary>
    /// 物体唯一id <br/>
    /// 不需要添加类型前缀
    /// </summary>
    public string Id;

}