mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-26 07:39:25 +03:00
16 lines
362 B
Protocol Buffer
16 lines
362 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
import "DKNKKMEMNEC.proto";
|
|
import "ProfilePicture.proto";
|
|
|
|
message OHJJHHGAKBC {
|
|
string online_id = 2;
|
|
repeated DKNKKMEMNEC BFBOMBOINPJ = 3;
|
|
string nickname = 5;
|
|
ProfilePicture profile_picture = 9;
|
|
uint32 uid = 10;
|
|
uint32 DJCFMFEDNCG = 15;
|
|
}
|