// AUTOMATICALLY GENERATED, DO NOT EDIT using System; using System.Runtime.InteropServices; namespace Creatureliblibrary.Generated { internal static class ExternGrowthRate { /// GrowthRate *& /// Function * /// Function * /// unsigned char [DllImport("CreatureLibLibrary", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_ExternGrowthRate_Construct")] internal static extern byte Construct(ref IntPtr @out, IntPtr calcLevel, IntPtr calcExperience); } }