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