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