GC-Proto/proto/GetNextResourceInfoRsp.proto

15 lines
280 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 "ResVersionConfig.proto";
2023-02-28 04:12:44 +03:00
// Name: BEHGJMLEGNC
// CmdId: 173
2023-02-18 04:48:44 +03:00
message GetNextResourceInfoRsp {
2023-02-28 04:12:44 +03:00
ResVersionConfig res_version_config = 11;
string next_resource_url = 7;
int32 retcode = 3;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00