mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,19 +2,19 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
// Name: KNIKNHIMAFF
|
||||
message BlossomBriefInfo {
|
||||
bool isGuideOpened = 6;
|
||||
uint32 resin = 3;
|
||||
Vector pos = 9;
|
||||
uint32 sceneId = 13;
|
||||
uint32 state = 10;
|
||||
uint32 cityId = 8;
|
||||
uint32 rewardId = 11;
|
||||
uint32 circleCampId = 2;
|
||||
uint32 monsterLevel = 15;
|
||||
uint32 refreshId = 5;
|
||||
bool is_guide_opened = 10;
|
||||
uint32 resin = 13;
|
||||
Vector pos = 4;
|
||||
uint32 refresh_id = 7;
|
||||
uint32 scene_id = 8;
|
||||
uint32 reward_id = 1;
|
||||
uint32 monster_level = 2;
|
||||
uint32 circle_camp_id = 14;
|
||||
uint32 city_id = 5;
|
||||
uint32 state = 6;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user