This commit is contained in:
aozhiwei 2023-08-10 20:05:15 +08:00
parent 939dcf5ef3
commit 0555278fbb

View File

@ -12,4 +12,5 @@ type PlayerMgr_ struct {
var PlayerMgr = new (PlayerMgr_)
func (this *PlayerMgr_) CMLogin(hdr *q5.MsgHdr, msg *cs.CMLogin) {
rspMsg := cs.SMLogin{}
}