GC-Proto/proto/ExecuteGroupTriggerReq.proto

17 lines
305 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: MHFIBJJBEMG
// CmdId: 204
2023-02-18 04:48:44 +03:00
message ExecuteGroupTriggerReq {
2023-02-28 04:12:44 +03:00
int32 param3 = 2;
string source_name = 4;
int32 param2 = 9;
uint32 target_entity_id = 7;
int32 param1 = 3;
uint32 source_entity_id = 14;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00