mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
11 lines
250 B
Protocol Buffer
11 lines
250 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// 4.7.0
|
|
// ?
|
|
message TowerMonthlyBrief {
|
|
uint32 tower_schedule_id = 14; // OK
|
|
// SUS
|
|
uint32 best_level_index = 2;
|
|
uint32 best_floor_index = 8;
|
|
uint32 total_star_count = 15;
|
|
} |