mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
16 lines
247 B
Protocol Buffer
16 lines
247 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
|
|
message BlossomScheduleInfo {
|
|
uint32 refreshId = 6;
|
|
uint32 state = 9;
|
|
uint32 circleCampId = 1;
|
|
uint32 finishProgress = 12;
|
|
uint32 round = 14;
|
|
uint32 progress = 15;
|
|
}
|