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