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