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

15 lines
248 B
Thrift

namespace netstd Byway.Thrift.Data
struct GuessRewardItem
{
1:i32 Id, // Id
2:i32 Level, // 关卡
3:string Reward_1, // 第一名奖励
4:string Reward_2, // 第二名奖励
}
struct GuessReward
{
1:map<i32,GuessRewardItem> guessrewards,
}