framework for handling stage lootbox drop

This commit is contained in:
rfi
2023-12-06 21:20:00 +07:00
parent f3468a908a
commit d6511d1088
4 changed files with 251 additions and 3 deletions

View File

@@ -2468,7 +2468,7 @@ namespace AscNet.Common.MsgPack
public dynamic? ClientAssistInfo { get; set; }
public List<dynamic> FlopRewardList { get; set; } = new();
public dynamic? ArenaResult { get; set; }
public List<Object[]> MultiRewardGoodsList { get; set; } = new();
public List<List<RewardGoods>> MultiRewardGoodsList { get; set; } = new();
public Int32 ChallengeCount { get; set; }
public dynamic? UnionKillResult { get; set; }
public dynamic? InfestorBossFightResult { get; set; }