PkmnLibSharp/PkmnLibSharp/Generated/Creaturelib/TurnStartEvent.cs

16 lines
465 B
C#

// AUTOMATICALLY GENERATED, DO NOT EDIT
using System;
using System.Runtime.InteropServices;
namespace Creaturelib.Generated
{
internal static class TurnStartEvent
{
/// <param name="p">const TurnStartEvent *</param>
/// <returns>void</returns>
[DllImport("CreatureLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_TurnStartEvent_Destruct")]
internal static extern void Destruct(IntPtr p);
}
}