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