Hilbish/moonlight/midnight_clua.go

7 lines
79 B
Go

//go:build midnight
package moonlight
func IsMidnight() bool {
return true
}