11 lines
245 B
Go
11 lines
245 B
Go
package consts
|
|
|
|
const (
|
|
GamelifeExtplatType = "bindcode"
|
|
GamelifeExtplatExtraMobile = "mobile"
|
|
GamelifeExtplatExtraPc = "pc"
|
|
GamelifeExtplatBoundTypeQQ = "qq"
|
|
GamelifeExtplatBoundTypeWX = "wx"
|
|
GamelifeMiniProgramBand = "1"
|
|
)
|