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

16 lines
325 B
Thrift

namespace netstd Byway.Thrift.Data
struct CollectionRoomRewardItem
{
1:i32 Id, // Id
2:i32 Rank, // 排名
3:string ItemReward1, // 道具奖励1
4:string ItemReward2, // 道具奖励2
5:string ItemReward3, // 道具奖励3
}
struct CollectionRoomReward
{
1:map<i32,CollectionRoomRewardItem> collectionroomrewards,
}