mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
22 lines
551 B
Protocol Buffer
22 lines
551 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
import "DKNKKMEMNEC.proto";
|
|
import "NMBJFBODLKE.proto";
|
|
import "GFBGEHAALJM.proto";
|
|
import "ProfilePicture.proto";
|
|
|
|
message PDCMBOKBHHA {
|
|
bool NJADPPLKKCI = 1;
|
|
bool is_new_record = 2;
|
|
repeated DKNKKMEMNEC KAFOKIPPIAP = 5;
|
|
uint32 EHNIJBNNHKD = 6;
|
|
NMBJFBODLKE MHHCOEDMPDP = 7;
|
|
uint32 OHHPFFAMHEH = 8;
|
|
string nickname = 9;
|
|
string online_id = 10;
|
|
GFBGEHAALJM MHFDGAGIEPA = 13;
|
|
ProfilePicture profile_picture = 15;
|
|
}
|