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
// Version: 4.6.0
// Obfs: ILNBNHMLOOA
2022-11-06 15:30:21 +03:00
message BlossomBriefInfo {
2024-06-02 06:52:03 +03:00
uint32 refresh_id = 1;
2023-08-17 14:18:58 +03:00
uint32 resin = 2;
2024-06-02 06:52:03 +03:00
uint32 monster_level = 3;
uint32 reward_id = 5;
bool is_guide_opened = 7;
uint32 scene_id = 8;
uint32 city_id = 9;
uint32 map_layer_id = 11;
Vector pos = 12;
uint32 state = 13;
2023-08-17 14:18:58 +03:00
uint32 circle_camp_id = 14;
2024-06-02 06:52:03 +03:00
}