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