// Cloned by tuitef2 on 25 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() { }; }