mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
17 lines
306 B
Protocol Buffer
17 lines
306 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 300
|
|
// Name: JOLDFKPIFMF
|
|
message ExecuteGroupTriggerReq {
|
|
int32 param1 = 7;
|
|
int32 param3 = 12;
|
|
int32 param2 = 8;
|
|
string source_name = 4;
|
|
uint32 target_entity_id = 10;
|
|
uint32 source_entity_id = 1;
|
|
}
|
|
|