namespace DScript.GodotEditor { public class CodeHintData { public string Text; public CodeHintType Type; } }