mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -17,29 +17,33 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "BrickBreakerStageInfo.proto";
|
||||
import "CharAmusementInfo.proto";
|
||||
import "CoinCollectStageInfo.proto";
|
||||
import "HideAndSeekStageInfo.proto";
|
||||
import "InBattleChessInfo.proto";
|
||||
import "InBattleFleurFairInfo.proto";
|
||||
import "InBattleIrodoriChessInfo.proto";
|
||||
import "InBattleMechanicusInfo.proto";
|
||||
import "IrodoriChessInfo.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message MultistagePlayInfo {
|
||||
uint32 play_index = 13;
|
||||
uint32 play_type = 11;
|
||||
uint32 stage_type = 10;
|
||||
uint32 duration = 8;
|
||||
uint32 group_id = 12;
|
||||
uint32 duration = 2;
|
||||
uint32 stage_type = 5;
|
||||
uint32 group_id = 1;
|
||||
uint32 stage_index = 10;
|
||||
uint32 begin_time = 9;
|
||||
uint32 stage_index = 1;
|
||||
uint32 play_type = 15;
|
||||
oneof detail {
|
||||
InBattleMechanicusInfo mechanicus_info = 1334;
|
||||
InBattleFleurFairInfo fleur_fair_info = 1064;
|
||||
HideAndSeekStageInfo hide_and_seek_info = 108;
|
||||
InBattleChessInfo chess_info = 1758;
|
||||
IrodoriChessInfo irodori_chess_info = 531;
|
||||
CharAmusementInfo char_amusement_info = 324;
|
||||
InBattleMechanicusInfo mechanicus_info = 1303;
|
||||
InBattleFleurFairInfo fleur_fair_info = 1502;
|
||||
HideAndSeekStageInfo hide_and_seek_info = 1725;
|
||||
InBattleChessInfo chess_info = 1756;
|
||||
InBattleIrodoriChessInfo irodori_chess_info = 1835;
|
||||
CharAmusementInfo char_amusement_info = 1015;
|
||||
BrickBreakerStageInfo brick_breaker_info = 547;
|
||||
CoinCollectStageInfo coin_collect_info = 1263;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user