mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 21:54:38 +03:00
21 lines
446 B
Protocol Buffer
21 lines
446 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: KGPOMBJJCMB
|
|
// CmdId: 4392
|
|
message ScenePlayBattleUidOpNotify {
|
|
string param_str = 6;
|
|
repeated uint32 uid_list = 5;
|
|
uint32 param_index = 8;
|
|
uint32 param_duration = 12;
|
|
uint32 play_id = 11;
|
|
repeated uint32 param_target_list = 13;
|
|
uint32 play_type = 2;
|
|
repeated uint32 param_list = 3;
|
|
uint32 op = 4;
|
|
uint32 entity_id = 10;
|
|
}
|
|
|