15 lines
262 B
Thrift
15 lines
262 B
Thrift
namespace netstd Byway.Thrift.Data
|
|
|
|
struct LevelLauncherDataItem
|
|
{
|
|
1:i32 Id, // Id
|
|
2:i32 Lv, // 等级
|
|
3:string LanguageKey, // 内容语言Key
|
|
4:string Picture, // 奖励
|
|
}
|
|
|
|
struct LevelLauncherData
|
|
{
|
|
1:map<i32,LevelLauncherDataItem> levellauncherdatas,
|
|
}
|