mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
21 lines
444 B
Protocol Buffer
21 lines
444 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 4415
|
|
// Name: DGJFEOAEIOF
|
|
message ScenePlayBattleUidOpNotify {
|
|
string param_str = 9;
|
|
uint32 play_type = 5;
|
|
uint32 play_id = 6;
|
|
uint32 entity_id = 14;
|
|
uint32 op = 2;
|
|
repeated uint32 param_list = 7;
|
|
repeated uint32 uid_list = 8;
|
|
uint32 param_index = 1;
|
|
uint32 param_duration = 4;
|
|
repeated uint32 param_target_list = 15;
|
|
}
|
|
|