上传门票配置
This commit is contained in:
parent
ef8aed1a7d
commit
bcf3c9eceb
@ -299,7 +299,12 @@ const (
|
|||||||
const (
|
const (
|
||||||
Gold int32 = 1 //金币
|
Gold int32 = 1 //金币
|
||||||
Diamond int32 = 2 //钻石
|
Diamond int32 = 2 //钻石
|
||||||
|
)
|
||||||
|
|
||||||
|
//门票
|
||||||
|
const (
|
||||||
|
ArenaTicket string = "10001" //竞技场入场券
|
||||||
|
MoonFantasyTicket string = "10002" //梦境场入场券
|
||||||
)
|
)
|
||||||
|
|
||||||
//红点枚举
|
//红点枚举
|
||||||
|
Loading…
Reference in New Issue
Block a user