Newer
Older
DungeonShooting / DungeonShooting_Godot / editor / src / CodeHintData.cs
@小李xl 小李xl on 26 Sep 2022 140 bytes 代码提示组件开发
namespace DScript.GodotEditor
{
    public class CodeHintData
    {
        public string Text;
        public CodeHintType Type;
    }
}