mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-05 00:26:06 +03:00
18 lines
333 B
Protocol Buffer
18 lines
333 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 7507
|
|
// Name: JNMOJGGBJCK
|
|
message GCGTCTavernInfoNotify {
|
|
bool PIBHPPGGFAH = 9;
|
|
uint32 avatar_id = 6;
|
|
uint32 level_id = 7;
|
|
uint32 point_id = 1;
|
|
bool ANNJEIOGNGA = 14;
|
|
uint32 element_type = 12;
|
|
uint32 character_id = 10;
|
|
}
|
|
|