Implemented getClientRepeatableQuests

Adjusted various profile properties to match EFT types
This commit is contained in:
Chomp
2025-01-16 20:36:50 +00:00
parent fea51987e3
commit 7abcf08f09
5 changed files with 204 additions and 10 deletions
+5 -4
View File
@@ -153,10 +153,11 @@ public class Info
public bool? HasCoopExtension { get; set; }
public bool? HasPveGame { get; set; }
public string? Voice { get; set; }
public double? Level { get; set; }
public double? Experience { get; set; }
public int? Level { get; set; }
public int? Experience { get; set; }
[JsonConverter(typeof(StringToNumberFactoryConverter))]
public long? RegistrationDate { get; set; }
public int? RegistrationDate { get; set; }
public string? GameVersion { get; set; }
public double? AccountType { get; set; }
public MemberCategory? MemberCategory { get; set; }
@@ -184,7 +185,7 @@ public class Info
[JsonPropertyName("isMigratedSkills")]
public bool? IsMigratedSkills { get; set; }
public double? PrestigeLevel { get; set; }
public int? PrestigeLevel { get; set; }
}
public class BotInfoSettings