Changed daily keys and points

This commit is contained in:
2021-11-16 13:19:16 -05:00
parent 896b8c8dd1
commit 1cbe2c35a5
4 changed files with 11 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ namespace TOOHUCardAPI.Data
public static int PointsPerLevelNormal { 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 string StarterDeckGroupKey { get; set; }