mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,8 +2,6 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "AbilityGadgetInfo.proto";
|
||||
import "BlossomChestInfo.proto";
|
||||
import "BossChestInfo.proto";
|
||||
@@ -30,47 +28,49 @@ import "VehicleInfo.proto";
|
||||
import "WeatherInfo.proto";
|
||||
import "WorktopInfo.proto";
|
||||
|
||||
// Name: APLBOALHGKD
|
||||
message SceneGadgetInfo {
|
||||
uint32 gadget_id = 1;
|
||||
uint32 group_id = 2;
|
||||
uint32 config_id = 3;
|
||||
uint32 owner_entity_id = 4;
|
||||
GadgetBornType born_type = 5;
|
||||
uint32 gadget_state = 6;
|
||||
uint32 gadget_type = 7;
|
||||
bool is_show_cutscene = 8;
|
||||
uint32 authority_peer_id = 9;
|
||||
bool is_enable_interact = 10;
|
||||
uint32 interact_id = 11;
|
||||
uint32 mark_flag = 21;
|
||||
uint32 prop_owner_entity_id = 22;
|
||||
PlatformInfo platform = 23;
|
||||
repeated uint32 interact_uid_list = 24;
|
||||
uint32 draft_id = 25;
|
||||
uint32 gadget_talk_state = 26;
|
||||
GadgetPlayInfo play_info = 100;
|
||||
oneof content {
|
||||
Item trifle_item = 12;
|
||||
GatherGadgetInfo gather_gadget = 13;
|
||||
WorktopInfo worktop = 14;
|
||||
ClientGadgetInfo client_gadget = 15;
|
||||
WeatherInfo weather = 17;
|
||||
AbilityGadgetInfo ability_gadget = 18;
|
||||
StatueGadgetInfo statue_gadget = 19;
|
||||
BossChestInfo boss_chest = 20;
|
||||
BlossomChestInfo blossom_chest = 41;
|
||||
MpPlayRewardInfo mp_play_reward = 42;
|
||||
GadgetGeneralRewardInfo general_reward = 43;
|
||||
OfferingInfo offering_info = 44;
|
||||
FoundationInfo foundation_info = 45;
|
||||
VehicleInfo vehicle_info = 46;
|
||||
EchoShellInfo shell_info = 47;
|
||||
ScreenInfo screen_info = 48;
|
||||
FishPoolInfo fish_pool_info = 59;
|
||||
CustomGadgetTreeInfo custom_gadget_tree_info = 60;
|
||||
RoguelikeGadgetInfo roguelike_gadget_info = 61;
|
||||
NightCrowGadgetInfo night_crow_gadget_info = 62;
|
||||
DeshretObeliskGadgetInfo deshret_obelisk_gadget_info = 63;
|
||||
CoinCollectOperatorInfo coin_collect_operator_info = 64;
|
||||
}
|
||||
uint32 gadget_id = 1;
|
||||
uint32 group_id = 2;
|
||||
uint32 config_id = 3;
|
||||
uint32 owner_entity_id = 4;
|
||||
GadgetBornType born_type = 5;
|
||||
uint32 gadget_state = 6;
|
||||
uint32 EIHJCEDOKKE = 7;
|
||||
bool is_show_cutscene = 8;
|
||||
uint32 authority_peer_id = 9;
|
||||
bool is_enable_interact = 10;
|
||||
uint32 IJJBMNMNKKB = 11;
|
||||
uint32 mark_flag = 21;
|
||||
uint32 LMDHNJFCOOI = 22;
|
||||
PlatformInfo platform = 23;
|
||||
repeated uint32 interact_uid_list = 24;
|
||||
uint32 draft_id = 25;
|
||||
uint32 HIOJEFHGLJI = 26;
|
||||
GadgetPlayInfo play_info = 100;
|
||||
oneof content {
|
||||
Item trifle_item = 12;
|
||||
GatherGadgetInfo gather_gadget = 13;
|
||||
WorktopInfo worktop = 14;
|
||||
ClientGadgetInfo client_gadget = 15;
|
||||
WeatherInfo weather = 17;
|
||||
AbilityGadgetInfo ability_gadget = 18;
|
||||
StatueGadgetInfo statue_gadget = 19;
|
||||
BossChestInfo boss_chest = 20;
|
||||
BlossomChestInfo blossom_chest = 41;
|
||||
MpPlayRewardInfo mp_play_reward = 42;
|
||||
GadgetGeneralRewardInfo general_reward = 43;
|
||||
OfferingInfo offering_info = 44;
|
||||
FoundationInfo foundation_info = 45;
|
||||
VehicleInfo vehicle_info = 46;
|
||||
EchoShellInfo shell_info = 47;
|
||||
ScreenInfo screen_info = 48;
|
||||
FishPoolInfo fish_pool_info = 59;
|
||||
CustomGadgetTreeInfo custom_gadget_tree_info = 60;
|
||||
RoguelikeGadgetInfo roguelike_gadget_info = 61;
|
||||
NightCrowGadgetInfo night_crow_gadget_info = 62;
|
||||
DeshretObeliskGadgetInfo deshret_obelisk_gadget_info = 63;
|
||||
CoinCollectOperatorInfo coin_collect_operator_info = 64;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user