From c73eb9c9e26c32072010c638d94166083cd77477 Mon Sep 17 00:00:00 2001 From: zhaocy Date: Tue, 28 Jun 2022 09:27:44 +0800 Subject: [PATCH] =?UTF-8?q?hero=E5=AF=B9=E5=A4=96=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/module.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/hero/module.go b/modules/hero/module.go index 585943499..b0115b709 100644 --- a/modules/hero/module.go +++ b/modules/hero/module.go @@ -84,3 +84,9 @@ func (this *Hero) GetHeroList(uid string) []*pb.DB_HeroData { func (this *Hero) AddCard(uId string, cardId int32, add int32) (code pb.ErrorCode) { return } + +func (this *Hero) QueryCardAmount(uId string, cardId int32) (amount uint32) { + return 0 +} + +