mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
ac0b8a0d8f
* tmp fix visual shop
14 lines
251 B
Protocol Buffer
14 lines
251 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: PFEKDHGCBPP
|
|
message TowerMonthlyBrief {
|
|
uint32 towerScheduleId = 12;
|
|
uint32 bestLevelIndex = 2;
|
|
uint32 bestFloorIndex = 9;
|
|
uint32 totalStarCount = 1;
|
|
}
|
|
|