using System; namespace PkmnLibSharp.AI { public class NaiveAI : PokemonAI { public NaiveAI() : base(PkmnLibAI.Generated.NaiveAI.Create()) { } } }