// AUTOMATICALLY GENERATED, DO NOT EDIT using System; using System.Runtime.InteropServices; namespace PkmnLibAI.Generated { internal static class NaiveAI { /// NaiveAI * [DllImport("libpkmnlib_ai", CallingConvention = CallingConvention.Cdecl, EntryPoint= "pkmnlibai_NaiveAI_Create")] internal static extern IntPtr Create(); } }