thrift-related/thrift-files/meowment/MainCardCollect.thrift
2026-01-19 21:11:05 +08:00

18 lines
287 B
Thrift

namespace netstd Byway.Thrift.Data
struct MainCardCollectItem
{
1:i32 Id, // Id
2:string Icon, // 区域Id
3:i32 Color, // 排序Id
4:string Name,
5:string RewardId,
6:string RewardCnt,
7:i32 Round,
}
struct MainCardCollect
{
1:map<i32,MainCardCollectItem> maincardcollects,
}