Fix ScenePlayerInfo
This commit is contained in:
parent
02466a8798
commit
d8a31158bc
|
@ -5,7 +5,7 @@ option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
import "OnlinePlayerInfo.proto";
|
import "OnlinePlayerInfo.proto";
|
||||||
message ScenePlayerInfo {
|
message ScenePlayerInfo {
|
||||||
string createTime = 10;
|
string name = 10;
|
||||||
uint32 uid = 13;
|
uint32 uid = 13;
|
||||||
uint32 peerId = 5;
|
uint32 peerId = 5;
|
||||||
uint32 sceneId = 4;
|
uint32 sceneId = 4;
|
||||||
|
|
Loading…
Reference in New Issue