GC-Proto/proto/TowerBriefDataNotify.proto

18 lines
354 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 2490
// Name: DOOOMKLOHOB
2023-02-18 04:48:44 +03:00
message TowerBriefDataNotify {
2023-04-11 06:14:48 +03:00
uint32 MDANKJCGMIN = 4;
uint32 EBEDFHGAGEA = 14;
uint32 DPKOCIDIHEI = 1;
uint32 EDGJPPKNHJE = 8;
bool is_finished_entrance_floor = 11;
uint32 HNOACOEEGMH = 6;
uint32 IHAJGIFPGAI = 5;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00