mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
Make SpeciesConverter methods visible (class)
4 public methods; shouldn't need these except for fringe scenarios.
This commit is contained in:
parent
2d3d6b49da
commit
e62ea685c3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue