Added default card group for new players
This commit is contained in:
@@ -12,6 +12,8 @@ namespace TOOHUCardAPI.Data
|
||||
public static int DailyKeyBonus { get; set; }
|
||||
public static int PointsPerKey { get; set; }
|
||||
public static int MaxKeyPurchaseAmount { get; set; }
|
||||
public static string StarterDeckGroupKey { get; set; }
|
||||
public static string StarterDeckGroupData { get; set; }
|
||||
public static void Init(IConfiguration configuration)
|
||||
{
|
||||
var fields = typeof(AppSettings).GetProperties();
|
||||
|
||||
Reference in New Issue
Block a user