mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
20 lines
450 B
Protocol Buffer
20 lines
450 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "MultistageSettleWatcherInfo.proto";
|
|
|
|
// CmdId: 5375
|
|
// Name: MIICNJBEKFM
|
|
message InBattleMechanicusSettleNotify {
|
|
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;
|
|
}
|
|
|