mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-05-09 04:11:13 -05:00
Looks like I need null pokedex support for VeekunImport...
This commit is contained in:
parent
a7437dd691
commit
81000cd1f5
|
|
@ -11,7 +11,6 @@ namespace PkmnFoundations.Pokedex
|
|||
{
|
||||
internal PokedexRecordBase(Pokedex pokedex)
|
||||
{
|
||||
if (pokedex == null) throw new ArgumentNullException("pokedex");
|
||||
m_pokedex = pokedex;
|
||||
m_lazy_pairs = new List<ILazyKeyValuePair<int, object>>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user