Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into liwei
This commit is contained in:
commit
8109ffe81d
@ -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) {
|
func (this *Hero) AddCard(uId string, cardId int32, add int32) (code pb.ErrorCode) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *Hero) QueryCardAmount(uId string, cardId int32) (amount uint32) {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user