Files
2026-02-21 16:45:37 +08:00

12 lines
145 B
C#

namespace SRDebugger
{
public enum DefaultTabs
{
SystemInformation = 0,
Options = 1,
Console = 2,
Profiler = 3,
BugReporter = 4
}
}