// Cloned by Jon Ortiz on 23 Nov 2022 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() { }; }