From bcf3c9ecebe4e8f7c1a469c7f9a2c4aae7e95e46 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 28 Nov 2022 17:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E9=97=A8=E7=A5=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/const.go | 5 +++++ 1 file changed, 5 insertions(+) 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" //梦境场入场券 ) //红点枚举