mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
289 B
Protocol Buffer
16 lines
289 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: CJIFKICMNGA
|
|
message BlossomScheduleInfo {
|
|
uint32 circle_camp_id = 11;
|
|
uint32 progress = 5;
|
|
uint32 round = 13;
|
|
uint32 finish_progress = 9;
|
|
uint32 state = 12;
|
|
uint32 refresh_id = 4;
|
|
}
|
|
|