godot/modules/mono/editor/GodotTools/GodotTools/VerbosityLevelId.cs

12 lines
163 B
C#

namespace GodotTools
{
public enum VerbosityLevelId : long
{
Quiet,
Minimal,
Normal,
Detailed,
Diagnostic,
}
}