C# 클래스 RPG.MoveCommand

Data class for the Move command.
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

MoveCommand() 공개 메소드

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

MoveCommand() 공개 메소드

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

MoveCommand() 공개 메소드

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.
리턴 System.Collections.Generic