1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-05-01 21:23:14 +03:00

Fix ScenePlayerInfo

This commit is contained in:
Akbar Yahya 2023-01-29 17:09:25 +08:00
parent 02466a8798
commit d8a31158bc

@ -5,7 +5,7 @@ option java_package = "emu.grasscutter.net.proto";
import "OnlinePlayerInfo.proto";
message ScenePlayerInfo {
string createTime = 10;
string name = 10;
uint32 uid = 13;
uint32 peerId = 5;
uint32 sceneId = 4;