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

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,
}