very primitive gacha display

This commit is contained in:
rfi
2023-12-18 21:20:02 +07:00
parent 7208f97f84
commit 2e8eee0977
4 changed files with 159 additions and 3 deletions

View File

@@ -1647,7 +1647,7 @@ namespace AscNet.Common.MsgPack
public NotifyTRPGDataBossInfo BossInfo { get; set; }
public List<dynamic> TargetList { get; set; } = new();
public List<dynamic> RewardList { get; set; } = new();
public List<dynamic> FuncList { get; set; } = new();
public List<int> FuncList { get; set; } = new();
public List<dynamic> Characters { get; set; } = new();
[global::MessagePack.MessagePackObject(true)]
public class NotifyTRPGDataShopInfo