GC-Proto/proto/ScenePlayBattleUidOpNotify.proto

21 lines
446 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: KGPOMBJJCMB
// CmdId: 4392
2023-02-18 04:48:44 +03:00
message ScenePlayBattleUidOpNotify {
2023-02-28 04:12:44 +03:00
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;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00