Sync proto hiro

This commit is contained in:
Akbar Yahya
2023-04-03 14:51:55 +08:00
parent 5eb05fff34
commit cbd6502c4b
217 changed files with 5404 additions and 3171 deletions

View File

@@ -0,0 +1,15 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ProfilePicture.proto";
// Name: MNNNHOOHGHF
message GCGControllerShowInfo {
ProfilePicture profile_picture = 4;
string online_id = 13;
string nick_name = 2;
uint32 controller_id = 3;
string psn_id = 8;
}