GC-Proto/proto/TowerMonthlyBrief.proto

11 lines
250 B
Protocol Buffer
Raw Normal View History

2023-03-01 16:54:54 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-22 06:47:23 +03:00
// 4.7.0
// ?
2023-03-01 16:54:54 +03:00
message TowerMonthlyBrief {
2024-07-22 06:47:23 +03:00
uint32 tower_schedule_id = 14; // OK
// SUS
uint32 best_level_index = 2;
uint32 best_floor_index = 8;
uint32 total_star_count = 15;
2024-06-08 09:18:08 +03:00
}