// Cloned by milesj2 on 12 Nov 2018 from Mind "New Mind" by milesj2
// Please leave this clone trail here.
function Mind()
{
this.newRun = function()
{
};
this.getAction = function ( state )
{
return ( 0 );
};
this.endRun = function()
{
};
}