|
syntax = "proto3";
|
|
|
|
|
|
|
|
import "ProfilePicture.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message GCGControllerShowInfo {
|
|
string onlineId = 5;
|
|
uint32 controllerId = 6;
|
|
string nickName = 1;
|
|
ProfilePicture profilePicture = 4;
|
|
string psnId = 10;
|
|
}
|