multi-screen-projector/engine/modules/mono/editor/GodotTools/GodotTools/VerbosityLevelId.cs
2025-03-13 08:40:48 +00:00

12 lines
163 B
C#

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