Code viewer for Mind: Cloned pick your texture M...




// Going to ignore this 


function Mind() { 

	this.newRun = function()
	{
	};

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

	this.endRun = function()
	{
	};

}