//Stuff below passes functions through to the turn handlers public void DeselectRobot() { currentActiveTurnhandler.THDeselectRobot(); }
public void DeselectRobot() { playerTurnhandler.THDeselectRobot(); }