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

14 lines
189 B
Thrift

namespace netstd Byway.Thrift.Data
struct HowToPlayItem
{
1:i32 Id, // Id
2:string Icon, // 图片
3:string Tip, // 文本
}
struct HowToPlay
{
1:map<i32,HowToPlayItem> howtoplays,
}