mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,14 +22,14 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message BlossomBriefInfo {
|
||||
uint32 refresh_id = 13;
|
||||
uint32 reward_id = 5;
|
||||
uint32 city_id = 10;
|
||||
uint32 resin = 11;
|
||||
uint32 state = 7;
|
||||
bool is_guide_opened = 1;
|
||||
uint32 monster_level = 8;
|
||||
uint32 circle_camp_id = 15;
|
||||
Vector pos = 12;
|
||||
uint32 scene_id = 9;
|
||||
Vector pos = 7;
|
||||
bool is_guide_opened = 15;
|
||||
uint32 reward_id = 3;
|
||||
uint32 resin = 5;
|
||||
uint32 city_id = 8;
|
||||
uint32 circle_camp_id = 10;
|
||||
uint32 state = 11;
|
||||
uint32 monster_level = 1;
|
||||
uint32 scene_id = 4;
|
||||
uint32 refresh_id = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user