Implements PokemonLibrary

This commit is contained in:
2020-05-19 14:25:21 +02:00
parent 4f249de34e
commit 61b5bd710e
8 changed files with 290 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
using System;
using PkmnLibSharp.Utilities;
namespace PkmnLibSharp.Library.GrowthRates
@@ -28,7 +29,7 @@ namespace PkmnLibSharp.Library.GrowthRates
{
Creatureliblibrary.Generated.GrowthRateLibrary.AddGrowthRate(Ptr, name.ToPtr(), gr.Ptr).Assert();
}
protected override void DeletePtr()
{
Creatureliblibrary.Generated.GrowthRateLibrary.Destruct(Ptr);

View File

@@ -1,3 +1,4 @@
using System;
using PkmnLibSharp.Utilities;
namespace PkmnLibSharp.Library.GrowthRates