1
This commit is contained in:
parent
6227d7e41d
commit
d2607bec10
@ -27,6 +27,8 @@ type Player interface {
|
|||||||
GetHeroId() int32
|
GetHeroId() int32
|
||||||
GetPing() int32
|
GetPing() int32
|
||||||
GetTeamUuid() string
|
GetTeamUuid() string
|
||||||
|
GetZoneId() int32
|
||||||
|
GetNodeId() int32
|
||||||
SendMsg(proto.Message)
|
SendMsg(proto.Message)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,3 +66,11 @@ func (this *player) GetPing() int32 {
|
|||||||
func (this *player) GetTeamUuid() string {
|
func (this *player) GetTeamUuid() string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *player) GetZoneId() int32 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (this *player) GetNodeId() int32 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user