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 |
Creates a new instance of an RPG.MoveCommand.
|
public MoveCommand ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public MoveCommand ( int code ) : System.Collections.Generic | ||
code | int | Move command code. |
return | System.Collections.Generic |
public MoveCommand ( int code, List |
||
code | int | Move command code. |
parameters | List |
Move command arguments. |
return | System.Collections.Generic |