mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
17 lines
393 B
Protocol Buffer
17 lines
393 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
import "ProfilePicture.proto";
|
|
|
|
message ANAHHDNMHJB {
|
|
uint32 uid = 2;
|
|
bool IKCOMHIJPIM = 4;
|
|
ProfilePicture profile_picture = 6;
|
|
fixed64 accept_time = 7;
|
|
string nickname = 8;
|
|
map<uint32, uint32> BNOFPMIFHDL = 9;
|
|
string remark_name = 11;
|
|
fixed64 COMECIMIKKG = 12;
|
|
}
|