Code viewer for Mind: New Mind (clone by Stephen...

// Cloned by Stephen ninety eight on 30 May 2021 from Mind "New Mind (clone by Stephen ninety eight)" by Stephen ninety eight 
// Please leave this clone trail here.
 


// Cloned by Stephen ninety eight on 30 May 2021 from Mind "New Mind" by tuitef2 
// Please leave this clone trail here.
 
 
function Mind() 
{ 
	
	this.newRun = function()                  
	{
	};


	this.getAction = function ( state )		 
	{ 
	    console.log(state);
	};

		 
	this.endRun = function()                 
	{
	};

}