Code viewer for Mind: Cloned Default CA318 Mind

// Cloned by Santiago on 13 Nov 2018 from Mind "Default CA318 Mind" by Santiago 
// Please leave this clone trail here.
 
 
function Mind() 
{ 
	
	this.newRun = function()                  
	{
	};


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

		 
	this.endRun = function()                 
	{
	};

}