GC-Proto/proto/BlossomBriefInfo.proto

21 lines
420 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-06-02 06:52:03 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-02 06:52:03 +03:00
import "Vector.proto";
2024-06-02 06:52:03 +03:00
2024-07-05 00:44:58 +03:00
// Version: 4.7.0
// Obfs: KIMHLKPIGFH
2022-11-06 15:30:21 +03:00
message BlossomBriefInfo {
2024-07-05 00:44:58 +03:00
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;
2024-06-02 06:52:03 +03:00
}