21 lines
420 B
Protocol Buffer
21 lines
420 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Version: 4.7.0
|
|
// Obfs: KIMHLKPIGFH
|
|
message BlossomBriefInfo {
|
|
uint32 refresh_id = 4;
|
|
uint32 resin = 9;
|
|
uint32 monster_level = 15;
|
|
uint32 reward_id = 2;
|
|
bool is_guide_opened = 14;
|
|
uint32 scene_id = 3;
|
|
uint32 city_id = 1;
|
|
uint32 map_layer_id = 13;
|
|
Vector pos = 6;
|
|
uint32 state = 10;
|
|
uint32 circle_camp_id = 5;
|
|
} |