using TinaXEditor.Const; namespace TinaXEditor.UIKit.Const { public static class UIKitEditorConst { public static readonly string ProjectSetting_Node = XEditorConst.ProjectSettingRootName + "/UIKit"; } }