GC-Proto/proto/GetMechanicusInfoRsp.proto

14 lines
238 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MechanicusInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: FGNKBHOCEPG
// CmdId: 3975
2023-02-18 04:48:44 +03:00
message GetMechanicusInfoRsp {
2023-02-28 04:12:44 +03:00
int32 retcode = 12;
MechanicusInfo mechanicus_info = 1;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00