mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
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
Block a user