Adds battle history, fixes code style
This commit is contained in:
@@ -63,7 +63,7 @@ public record ImmutableStatisticSet<T>
|
||||
Statistic.SpecialAttack => SpecialAttack,
|
||||
Statistic.SpecialDefense => SpecialDefense,
|
||||
Statistic.Speed => Speed,
|
||||
_ => throw new ArgumentException("Invalid statistic.")
|
||||
_ => throw new ArgumentException("Invalid statistic."),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user