mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-26 07:39:25 +03:00
15 lines
326 B
Protocol Buffer
15 lines
326 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
|
|
import "ProfilePicture.proto";
|
|
|
|
message ONEJLAKGHCI {
|
|
string nickname = 3;
|
|
ProfilePicture profile_picture = 5;
|
|
uint32 uid = 6;
|
|
string psn_id = 8;
|
|
uint32 cur_player_num_in_world = 9;
|
|
string online_id = 14;
|
|
}
|