AStarXNA.ConsoleCommands.CellSizeCommand.CellSizeCommand C# (CSharp) Method

CellSizeCommand() public method

public CellSizeCommand ( Grid grid ) : System
grid Grid
return System
        public CellSizeCommand(Grid grid)
        {
            this.grid = grid;
        }