1
This commit is contained in:
parent
84b668b203
commit
3b63fd4ef7
@ -10,6 +10,7 @@ type App interface {
|
||||
type Player interface {
|
||||
Lock()
|
||||
UnLock()
|
||||
GetHashCode() uint32
|
||||
}
|
||||
|
||||
type PlayerMgr interface{
|
||||
|
@ -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
2
third_party/q5
vendored
@ -1 +1 @@
|
||||
Subproject commit 3eeb9788ce26daaa6aa2053ea27dad3a01638804
|
||||
Subproject commit 9ab4817ec5c2ac6bae916ad3f7249f7fc34ad6f5
|
Loading…
x
Reference in New Issue
Block a user