GC-Proto/proto/InterpretInferenceWordRsp.proto
2023-04-11 11:14:48 +08:00

14 lines
219 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 434
// Name: EIGDCMPDAJO
message InterpretInferenceWordRsp {
uint32 page_id = 8;
int32 retcode = 10;
uint32 word_id = 1;
}