GC-Proto/proto/GetShopmallDataRsp.proto

11 lines
215 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-05-30 10:23:06 +03:00
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-05-30 10:23:06 +03:00
// CmdId: 6481
// Version: 4.6.0
// Obfs: PCJNNNMBMFG
2022-11-06 15:30:21 +03:00
message GetShopmallDataRsp {
2024-05-30 10:23:06 +03:00
repeated uint32 shop_type_list = 12;
int32 retcode = 13;
}