This commit is contained in:
aozhiwei 2024-04-13 21:21:31 +08:00
parent dbc08e5636
commit 44d4690c93

View File

@ -3,7 +3,7 @@ package mail
import (
"f5"
"sync"
//"main/common"
"main/common"
//"main/constant"
//"q5"
//"strings"
@ -40,6 +40,10 @@ func (this *mail) isType(mailType int32) bool {
return this.mailType == mailType
}
func (this *mail) isValid(hum common.Player) bool {
return true
}
func newMail() *mail {
p := new(mail)
p.init()