GC-Proto/proto/MNNNHOOHGHF.proto

16 lines
296 B
Protocol Buffer
Raw Normal View History

2023-02-28 04:12:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ProfilePicture.proto";
// Name: MNNNHOOHGHF
message MNNNHOOHGHF {
ProfilePicture profile_picture = 4;
string online_id = 13;
string nick_name = 2;
uint32 controller_id = 3;
string psn_id = 8;
}