feat(bootstrap): add arena-two-pick-rewards seed file + POCO
This commit is contained in:
11
SVSim.Bootstrap/Models/Seed/ArenaTwoPickRewardSeed.cs
Normal file
11
SVSim.Bootstrap/Models/Seed/ArenaTwoPickRewardSeed.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace SVSim.Bootstrap.Models.Seed;
|
||||
|
||||
public class ArenaTwoPickRewardSeed
|
||||
{
|
||||
[JsonPropertyName("win_count")] public int WinCount { get; set; }
|
||||
[JsonPropertyName("reward_type")] public int RewardType { get; set; }
|
||||
[JsonPropertyName("reward_id")] public long RewardId { get; set; }
|
||||
[JsonPropertyName("reward_num")] public int RewardNum { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user