mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-03-21 18:04:11 -05:00
9 lines
70 B
Go
9 lines
70 B
Go
package types
|
|
|
|
type Platform int
|
|
|
|
const (
|
|
WUP Platform = iota
|
|
CTR
|
|
)
|