basic reward system working

This commit is contained in:
Mikhail Thompson
2024-06-28 13:48:43 +03:00
parent 91a6ee3b3d
commit 28f6473bb9
9 changed files with 148 additions and 10 deletions

View File

@@ -54,9 +54,7 @@ namespace nksrv.Utils
public Dictionary<string, string> MapJson = new();
public Dictionary<CurrencyType, long> Currency = new Dictionary<CurrencyType, long>() {
{ CurrencyType.ContentStamina, 2 },
{ CurrencyType.Gold, 1 },
{ CurrencyType.CharPremiumTicket, 23422 }
{ CurrencyType.CharPremiumTicket, 23422 }
};
public List<Character> Characters = new();