mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,7 +22,9 @@ import "ProfilePicture.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GCGControllerShowInfo {
|
||||
ProfilePicture profile_picture = 11;
|
||||
string nick_name = 14;
|
||||
uint32 controller_id = 9;
|
||||
string psn_id = 12;
|
||||
string nick_name = 10;
|
||||
string online_id = 15;
|
||||
ProfilePicture profile_picture = 3;
|
||||
uint32 controller_id = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user