Migration and daily login change

This commit is contained in:
2021-10-31 14:06:11 -04:00
parent a3a50a5e07
commit e33aaa5f7b
8 changed files with 1092 additions and 6 deletions

View File

@@ -7,7 +7,9 @@ namespace TOOHUCardAPI.Data
{
public static int PointsPerLevel { get; set; }
public static int PointsPerLevelNormal { get; set; }
public static int FirstWinBonusPoints { get; set; }
public static int FirstWinBonusPointsMin { get; set; }
public static int FirstWinBonusPointsMax { get; set; }
public static int DailyKeyBonus { get; set; }
public static int PointsPerKey { get; set; }
public static int MaxKeyPurchaseAmount { get; set; }
public static void Init(IConfiguration configuration)