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