friends/types/platform.go
2023-04-08 10:44:51 -04:00

9 lines
70 B
Go

package types
type Platform int
const (
WUP Platform = iota
CTR
)