// Cloned by James Reilly on 9 Aug 2023 from Mind "New Mind" by Joseph Adeosun
// Please leave this clone trail here.
AB.mind.newRun = function()
{
};
AB.mind.endRun = function()
{
};
AB.mind.getAction = function ( state )
{
return ( 0 );
};