GC-Proto/proto/TowerBriefDataNotify.proto

16 lines
401 B
Protocol Buffer
Raw Normal View History

2024-06-08 09:18:08 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-05 00:44:58 +03:00
// 4.7.0
// CmdId: 4797
// EJPCIICDONE
2024-06-08 09:18:08 +03:00
message TowerBriefDataNotify {
2024-07-05 00:44:58 +03:00
uint32 last_floor_index = 1; // sus
uint32 tower_schedule_id = 3;
uint32 last_level_index = 7; // sus
uint32 next_schedule_change_time = 5; // sus
uint32 total_star_num = 9; // sus
uint32 schedule_start_time = 12;
bool is_finished_entrance_floor = 6;
2024-06-08 09:18:08 +03:00
}