mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,10 +22,10 @@ import "OnlinePlayerInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ScenePlayerInfo {
|
||||
uint32 scene_id = 10;
|
||||
uint32 peer_id = 6;
|
||||
OnlinePlayerInfo online_player_info = 13;
|
||||
bool is_connected = 2;
|
||||
string name = 15;
|
||||
uint32 uid = 8;
|
||||
uint32 uid = 2;
|
||||
uint32 scene_id = 7;
|
||||
uint32 peer_id = 15;
|
||||
OnlinePlayerInfo online_player_info = 9;
|
||||
bool is_connected = 3;
|
||||
string name = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user