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