C# Class RPG.MoveCommand

Data class for the Move command.
Exibir arquivo Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
MoveCommand ( ) : System.Collections.Generic

Creates a new instance of an RPG.MoveCommand.

MoveCommand ( int code ) : System.Collections.Generic

Creates a new instance of an RPG.MoveCommand.

MoveCommand ( int code, List parameters ) : System.Collections.Generic

Creates a new instance of an RPG.MoveCommand.

Method Details

MoveCommand() public method

Creates a new instance of an RPG.MoveCommand.
public MoveCommand ( ) : System.Collections.Generic
return System.Collections.Generic

MoveCommand() public method

Creates a new instance of an RPG.MoveCommand.
public MoveCommand ( int code ) : System.Collections.Generic
code int Move command code.
return System.Collections.Generic

MoveCommand() public method

Creates a new instance of an RPG.MoveCommand.
public MoveCommand ( int code, List parameters ) : System.Collections.Generic
code int Move command code.
parameters List Move command arguments.
return System.Collections.Generic