Fixed .crypto - some extra fields which were causing deserialization issues

This commit is contained in:
Kwoth
2022-06-17 14:02:38 +02:00
parent cc52605c90
commit f65ba100af
6 changed files with 294 additions and 188 deletions

View File

@@ -3,7 +3,7 @@ using NadekoBot.Modules.Xp.Services;
namespace NadekoBot.Modules.Xp;
public class LevelStats
public readonly struct LevelStats
{
public long Level { get; }
public long LevelXp { get; }