9 lines
186 B
C#
9 lines
186 B
C#
namespace PkmnLibSharp.AI
|
|
{
|
|
public class DepthSearchAI : PokemonAI
|
|
{
|
|
public DepthSearchAI() : base(PkmnLibAI.Generated.DepthSearchAI.Create())
|
|
{
|
|
}
|
|
}
|
|
} |