GC-Proto/proto/InBattleMechanicusSettleNotify.proto

20 lines
450 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MultistageSettleWatcherInfo.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 5375
// Name: MIICNJBEKFM
2023-02-18 04:48:44 +03:00
message InBattleMechanicusSettleNotify {
2023-04-11 06:14:48 +03:00
uint32 EDEPJBIHFEB = 3;
uint32 MPDLHJGFMFK = 4;
uint32 GIAMAGCEFII = 6;
uint32 group_id = 10;
bool is_success = 12;
uint32 play_index = 2;
uint64 scene_time_ms = 9;
repeated MultistageSettleWatcherInfo watcher_list = 14;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00