GC-Proto/proto/ExecuteGadgetLuaRsp.proto

9 lines
169 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: 2532 ?
// Obf: CBGAMDPCMAM
2023-05-31 12:48:11 +03:00
message ExecuteGadgetLuaRsp {
2024-07-08 14:40:31 +03:00
int32 retcode = 13;
}