Make SpeciesConverter methods visible (class)

4 public methods; shouldn't need these except for fringe scenarios.
This commit is contained in:
Kurt 2021-01-11 17:52:02 -08:00
parent 2d3d6b49da
commit e62ea685c3

View file

@ -4,7 +4,7 @@
/// Logic for converting a National Pokédex Species ID to/from generation specific values.
/// </summary>
/// <remarks>Generation 4+ always use the national dex ID. Prior generations do not.</remarks>
internal static class SpeciesConverter
public static class SpeciesConverter
{
/// <summary>
/// Converts Generation 1 species ID to National Dex ID.