Esempio n. 1
0
 public StepUp(Universe universe, Cursor cursor)
 {
     arrow         = ConsoleKey.UpArrow;
     this.cursor   = cursor;
     this.universe = universe;
 }
Esempio n. 2
0
 public StepRight(Universe universe, Cursor cursor)
 {
     arrow         = ConsoleKey.RightArrow;
     this.cursor   = cursor;
     this.universe = universe;
 }