mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
18 lines
395 B
Protocol Buffer
18 lines
395 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// CmdId: 2490
|
||
|
// Name: DOOOMKLOHOB
|
||
|
message TowerBriefDataNotify {
|
||
|
uint32 schedule_start_time = 4;
|
||
|
uint32 total_star_num = 14;
|
||
|
uint32 tower_schedule_id = 1;
|
||
|
uint32 next_schedule_change_time = 8;
|
||
|
bool is_finished_entrance_floor = 11;
|
||
|
uint32 last_floor_index = 6;
|
||
|
uint32 last_level_index = 5;
|
||
|
}
|
||
|
|