GC-Proto/proto/ExecuteGadgetLuaReq.proto

15 lines
241 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: CPGCKPFMILP
// CmdId: 217
2023-02-18 04:48:44 +03:00
message ExecuteGadgetLuaReq {
2023-02-28 04:12:44 +03:00
int32 param1 = 14;
int32 param3 = 5;
int32 param2 = 4;
uint32 source_entity_id = 9;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00