14 lines
189 B
Thrift
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,
|
|
}
|