Merge branch 'master' of gitea.bywaystudios.com:wangshiyao/thrift-related
This commit is contained in:
commit
2bd78f7819
9
thrift-files/meowment-network/ChampionshipCfg.thrift
Normal file
9
thrift-files/meowment-network/ChampionshipCfg.thrift
Normal file
@ -0,0 +1,9 @@
|
||||
namespace * Byway.Thrift.Data.Net
|
||||
include "ChampionshipCfgRank.thrift"
|
||||
include "ChampionshipCfgJackpot.thrift"
|
||||
struct ChampionshipCfg {
|
||||
1: i32 Id,
|
||||
2: i32 Skin,
|
||||
3: list<ChampionshipCfgJackpot.ChampionshipCfgJackpot> JackpotList,
|
||||
4: list<ChampionshipCfgRank.ChampionshipCfgRank> RankList,
|
||||
}
|
||||
@ -0,0 +1,9 @@
|
||||
namespace * Byway.Thrift.Data.Net
|
||||
include "ItemInfo.thrift"
|
||||
struct ChampionshipCfgJackpot {
|
||||
1: i32 Id,
|
||||
2: i32 Score,
|
||||
3: i32 Total,
|
||||
4: list<ItemInfo.ItemInfo> Items,
|
||||
5: i32 StarReward,
|
||||
}
|
||||
8
thrift-files/meowment-network/ChampionshipCfgRank.thrift
Normal file
8
thrift-files/meowment-network/ChampionshipCfgRank.thrift
Normal file
@ -0,0 +1,8 @@
|
||||
namespace * Byway.Thrift.Data.Net
|
||||
include "ItemInfo.thrift"
|
||||
struct ChampionshipCfgRank {
|
||||
1: i32 Id,
|
||||
2: i32 Min,
|
||||
3: i32 Max,
|
||||
4: list<ItemInfo.ItemInfo> Items,
|
||||
}
|
||||
@ -1,4 +1,5 @@
|
||||
namespace * Byway.Thrift.Data.Net
|
||||
include "ChampionshipCfg.thrift"
|
||||
struct ResChampship {
|
||||
1: i32 Score,
|
||||
2: i32 Reward,
|
||||
@ -9,4 +10,5 @@ struct ResChampship {
|
||||
7: i32 Status,
|
||||
8: i32 TodayActivityId,
|
||||
9: i32 YesterdayActivityId,
|
||||
10: ChampionshipCfg.ChampionshipCfg Cfg,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user