GC-Proto/proto/TowerMonthlyBrief.proto

11 lines
234 B
Protocol Buffer
Raw Normal View History

2023-03-01 16:54:54 +03:00
syntax = "proto3";
2024-06-08 09:18:08 +03:00
2023-03-01 16:54:54 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-08 09:18:08 +03:00
// 4.6.0
2023-03-01 16:54:54 +03:00
message TowerMonthlyBrief {
2024-06-08 09:18:08 +03:00
uint32 tower_schedule_id = 3;
uint32 best_level_index = 11;
uint32 best_floor_index = 12;
uint32 total_star_count = 14;
}