TinySkin/config/config.go
2023-09-02 00:33:00 +08:00

6 lines
57 B
Go

package config
type Config struct {
OfflineUUID bool
}