Better handling of PokemonLibrary that requires less reflection (but is slightly more verbose)
This commit is contained in:
@@ -5,6 +5,10 @@ namespace PkmnLibSharp.Library.GrowthRates
|
||||
{
|
||||
public class GrowthRateLibrary : PointerWrapper
|
||||
{
|
||||
internal GrowthRateLibrary(IntPtr ptr) : base(ptr)
|
||||
{
|
||||
}
|
||||
|
||||
public GrowthRateLibrary(ulong initialCapacity) : base(
|
||||
Creatureliblibrary.Generated.GrowthRateLibrary.Construct(initialCapacity))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user