NLDClient-yudde/ProjectNLD/Assets/Editor/Tools/ToolsDef.cs

22 lines
615 B
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

//////////////////////////////////////////////////////////////////////////
//
// 文件Assets/Editor/Tools/ToolsDef.cs
// 作者Xoen Xie
// 时间2023/07/18
// 描述:工具相关定义
// 说明:
//
//////////////////////////////////////////////////////////////////////////
public enum NLDMenuID
{
None = 0,
PBExportCS, // /Tools/proto/导出pb到csharp
PBExportGO, // /Tools/proto/导出pb到go
DBCodeExport, // /Tools/生成数据库代码
ConfigExport, // /Tools/配置工具
GMTools, // Tools/GM工具
MusicCube, //Tools/MusicCube工具
}