GC-Proto/proto/ExecuteGadgetLuaReq.proto

13 lines
261 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-08 14:40:31 +03:00
// 4.7.0
// CmdId: 29143
// Obf: OMLEJENNIJM
2023-05-31 12:48:11 +03:00
message ExecuteGadgetLuaReq {
2024-07-08 14:40:31 +03:00
int32 param1 = 6;
int32 param3 = 7;
uint32 source_entity_id = 12;
int32 param2 = 2;
string BMDLHCMBPOA = 13;
}