1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-06 17:16:08 +03:00
GC-Proto/proto/ExecuteGadgetLuaRsp.proto
2024-07-08 19:40:31 +08:00

9 lines
169 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 2532 ?
// Obf: CBGAMDPCMAM
message ExecuteGadgetLuaRsp {
int32 retcode = 13;
}