Fixes for serialization

This commit is contained in:
2024-09-03 09:48:18 +02:00
parent 3214a6f29a
commit 656c208e5f
4 changed files with 198 additions and 14 deletions

View File

@@ -334,7 +334,7 @@ public record IndividualValueStatisticSet : ClampedStatisticSet<byte>
public IndividualValueStatisticSet() : base(0, 0, 0, 0, 0, 0)
{
}
/// <inheritdoc cref="IndividualValueStatisticSet"/>
public IndividualValueStatisticSet(byte hp, byte attack, byte defense, byte specialAttack, byte specialDefense,
byte speed) : base(hp, attack, defense, specialAttack, specialDefense, speed)