public Logic(Robot rob) { this.rob = rob; actArr = new Action[] { Robot.up, Robot.right, Robot.down, Robot.left }; }
public static void InitObjects() { curRob = new Robot("Savvy", 0, "Pink"); Interface.RefreshPlane(); }