Code viewer for Mind: Mikey Dowling New Mind

// Cloned by  Mikey Dowling on 19 Feb 2019 from Mind "New Mind" by tuitef2 
// Please leave this clone trail here.
 
 
function Mind() 
{ 
	
	this.newRun = function()                  
	{
	};


	this.getAction = function ( state )		 
	{ 
	  return ( 0 );		 		
	};

		 
	this.endRun = function()                 
	{
	};

}