This commit is contained in:
liwei1dao 2022-06-28 09:32:50 +08:00
commit 8109ffe81d

View File

@ -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
}