diff --git a/comm/const.go b/comm/const.go index cf9706701..70dc313b0 100644 --- a/comm/const.go +++ b/comm/const.go @@ -299,7 +299,12 @@ const ( const ( Gold int32 = 1 //金币 Diamond int32 = 2 //钻石 +) +//门票 +const ( + ArenaTicket string = "10001" //竞技场入场券 + MoonFantasyTicket string = "10002" //梦境场入场券 ) //红点枚举