GC-Proto/proto/GetAuthSalesmanInfoRsp.proto
2023-02-28 09:12:44 +08:00

14 lines
228 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: FBOPNHIMPLK
// CmdId: 2123
message GetAuthSalesmanInfoRsp {
uint32 day_reward_id = 10;
uint32 schedule_id = 14;
int32 retcode = 2;
}