GC-Proto/proto/AssociateInferenceWordRsp.proto

15 lines
252 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: FMGIFDALPPD
// CmdId: 404
2023-02-18 04:48:44 +03:00
message AssociateInferenceWordRsp {
2023-02-28 04:12:44 +03:00
uint32 PCGFIGLNLLD = 7;
int32 retcode = 1;
uint32 page_id = 12;
uint32 FLFHEDBHLPH = 10;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00