mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-08 02:32:59 +03:00
Melon 3.5
This commit is contained in:
@@ -3,13 +3,13 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
// Name: MAAKJIPELDB
|
||||
message BlossomScheduleInfo {
|
||||
uint32 refreshId = 6;
|
||||
uint32 state = 9;
|
||||
uint32 circleCampId = 1;
|
||||
uint32 finishProgress = 12;
|
||||
uint32 round = 14;
|
||||
uint32 progress = 15;
|
||||
uint32 progress = 12;
|
||||
uint32 round = 14;
|
||||
uint32 state = 15;
|
||||
uint32 refresh_id = 1;
|
||||
uint32 circle_camp_id = 8;
|
||||
uint32 finish_progress = 6;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user