Implements PokemonLibrary
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
using System;
|
||||
using PkmnLibSharp.Utilities;
|
||||
|
||||
namespace PkmnLibSharp.Library.GrowthRates
|
||||
|
||||
Reference in New Issue
Block a user