namespace V3.Data { /// /// A debug level that can be set by the player. /// public enum DebugMode { /// /// Disable all debug utils. /// Off, /// /// Show the FPS counter. /// Fps, /// /// Show all debug information. /// Full } }