21 lines
458 B
Thrift
21 lines
458 B
Thrift
namespace netstd Byway.Thrift.Data
|
|
|
|
struct NetAssetDataItem
|
|
{
|
|
1:i32 Id, // 等级编号
|
|
2:i32 Lv, // 等级
|
|
3:i32 Exp, // 经验
|
|
4:string Reward, // 奖励
|
|
5:string Unlock_1, // 净资产升级项1
|
|
6:string Next_1, // 下次解锁
|
|
7:string Remark_1, // 说明文本
|
|
8:string Unlock_2, // 净资产升级项2
|
|
9:string Next_2, // 下次解锁
|
|
10:string Remark_2, // 说明文本
|
|
}
|
|
|
|
struct NetAssetData
|
|
{
|
|
1:map<i32,NetAssetDataItem> netassetdatas,
|
|
}
|