mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,11 +22,11 @@ import "ProfilePicture.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GadgetPlayUidInfo {
|
||||
ProfilePicture profile_picture = 2;
|
||||
uint32 battle_watcher_id = 6;
|
||||
uint32 uid = 7;
|
||||
uint32 icon = 14;
|
||||
uint32 score = 4;
|
||||
string nickname = 3;
|
||||
string online_id = 8;
|
||||
string online_id = 5;
|
||||
uint32 score = 1;
|
||||
string nickname = 11;
|
||||
uint32 icon = 15;
|
||||
uint32 battle_watcher_id = 9;
|
||||
ProfilePicture profile_picture = 6;
|
||||
uint32 uid = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user