mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
ac0b8a0d8f
* tmp fix visual shop
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;
|
|
}
|
|
|