// 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() { }; }