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

This reverts commit f65ba100af.
This commit is contained in:
Kwoth
2022-06-17 14:03:30 +02:00
parent f65ba100af
commit 3744dd287c
6 changed files with 188 additions and 294 deletions

View File

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