Migration and daily login change
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user