1
This commit is contained in:
parent
dbc08e5636
commit
44d4690c93
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user