mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
19 lines
434 B
Protocol Buffer
19 lines
434 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "MultistageSettleWatcherInfo.proto";
|
|
|
|
// Name: PDGIBDGIIMP
|
|
message InBattleMechanicusSettleInfo {
|
|
repeated MultistageSettleWatcherInfo watcher_list = 6;
|
|
uint32 group_id = 3;
|
|
uint64 scene_time_ms = 7;
|
|
bool is_success = 15;
|
|
uint32 EDEPJBIHFEB = 5;
|
|
uint32 GIAMAGCEFII = 10;
|
|
uint32 play_index = 13;
|
|
uint32 MPDLHJGFMFK = 14;
|
|
}
|
|
|