1
This commit is contained in:
parent
dbc08e5636
commit
44d4690c93
@ -3,7 +3,7 @@ package mail
|
|||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"sync"
|
"sync"
|
||||||
//"main/common"
|
"main/common"
|
||||||
//"main/constant"
|
//"main/constant"
|
||||||
//"q5"
|
//"q5"
|
||||||
//"strings"
|
//"strings"
|
||||||
@ -40,6 +40,10 @@ func (this *mail) isType(mailType int32) bool {
|
|||||||
return this.mailType == mailType
|
return this.mailType == mailType
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *mail) isValid(hum common.Player) bool {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
func newMail() *mail {
|
func newMail() *mail {
|
||||||
p := new(mail)
|
p := new(mail)
|
||||||
p.init()
|
p.init()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user