This commit is contained in:
aozhiwei 2023-09-15 22:57:21 +08:00
parent 50d788aab7
commit 80c258b4e1

View File

@ -28,8 +28,8 @@ type Player interface {
GetAvatarUrl() string
GetHeroId() string
GetPing() int32
GetZoneId() int32
GetNodeId() int32
//GetZoneId() int32
//GetNodeId() int32
SendMsg(proto.Message)
IsOnline() bool
}