C# Class AStarXNA.ConsoleCommands.ResetGridCommand

Inheritance: IConsoleCommand
Show file Open project: dreasgrech/AStarXNA

Public Methods

Method Description
Execute ( string arguments ) : string
ResetGridCommand ( Grid grid ) : System

Method Details

Execute() public method

public Execute ( string arguments ) : string
arguments string
return string

ResetGridCommand() public method

public ResetGridCommand ( Grid grid ) : System
grid Grid
return System