Files

9 lines
117 B
Go
Raw Permalink Normal View History

2019-04-22 20:46:32 +08:00
package manager
const (
// upper type
UpperTypeBlack int8 = 1
UpperTypeWhite int8 = 2
UpperTypePGC int8 = 3
)