Fix ScenePlayerInfo

This commit is contained in:
Akbar Yahya 2023-01-29 17:09:25 +08:00
parent 02466a8798
commit d8a31158bc
1 changed files with 1 additions and 1 deletions

View File

@ -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;