// Cloned by tuitef2 on 7 Mar 2019 from Mind " Mikey Dowling tuitef2 Mikey Dowling Mikey Dowling New Mind" by Mikey Dowling
// Please leave this clone trail here.
// Cloned by Mikey Dowling on 7 Mar 2019 from Mind "tuitef2 Mikey Dowling Mikey Dowling New Mind" by tuitef2
// Please leave this clone trail here.
// Cloned by tuitef2 on 6 Mar 2019 from Mind " Mikey Dowling Mikey Dowling New Mind" by Mikey Dowling
// Please leave this clone trail here.
// Cloned by Mikey Dowling on 6 Mar 2019 from Mind " Mikey Dowling New Mind" by Mikey Dowling
// Please leave this clone trail here.
// Cloned by Mikey Dowling on 6 Mar 2019 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()
{
};
}