ToyBoomServer/config/helper.go
2024-09-02 18:07:30 +00:00

6 lines
68 B
Go

package config
func IsDebug() bool {
return GetSettings().Debug
}