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