This commit is contained in:
aozhiwei 2024-04-13 15:17:15 +08:00
parent 84b668b203
commit 3b63fd4ef7
3 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@ type App interface {
type Player interface {
Lock()
UnLock()
GetHashCode() uint32
}
type PlayerMgr interface{

View File

@ -49,3 +49,7 @@ func (this *mailMgr) caGetAttachment(common.Player, *gin.Context) {
func (this *mailMgr) caDeleteMails(common.Player, *gin.Context) {
}
func (this *mailMgr) traversePlayerMail(hum common.Player, cb func(*mail) bool) {
}

2
third_party/q5 vendored

@ -1 +1 @@
Subproject commit 3eeb9788ce26daaa6aa2053ea27dad3a01638804
Subproject commit 9ab4817ec5c2ac6bae916ad3f7249f7fc34ad6f5