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