GC-Proto/proto/ClientScriptEventNotify.proto

12 lines
257 B
Protocol Buffer
Raw Normal View History

2023-09-17 03:16:41 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-08-21 00:45:19 +03:00
// 4.7.0
// CmdId: 1503
// Obf: ?
2023-09-17 03:16:41 +03:00
message ClientScriptEventNotify {
2024-08-21 00:45:19 +03:00
uint32 source_entity_id = 5;
uint32 target_entity_id = 2;
uint32 event_type = 10;
repeated int32 param_list = 4;
2023-09-17 03:16:41 +03:00
}