// Cloned by Sagnik Chakraborty on 19 Oct 2022 from Mind "New Mind" by Gary Kindregan
// Please leave this clone trail here.
function Mind()
{
this.newRun = function()
{
};
this.getAction = function ( state )
{
return ( 0 );
};
this.endRun = function()
{
};
}