mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 16:39:26 +03:00
18 lines
354 B
Protocol Buffer
18 lines
354 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: LMHCKGGFINK
|
|
// CmdId: 2467
|
|
message TowerBriefDataNotify {
|
|
uint32 EIHCBIOKMPI = 6;
|
|
uint32 AMFOBDDCIHK = 11;
|
|
uint32 IOOHBFIGKHH = 1;
|
|
uint32 DMBGOBMKGBM = 3;
|
|
uint32 NKKIMHIMIBL = 4;
|
|
uint32 CFEHKIFIKFB = 9;
|
|
bool is_finished_entrance_floor = 12;
|
|
}
|
|
|