C# 클래스 Monopoly.Classes.CommandCard

상속: Card
파일 보기 프로젝트 열기: pmpailis/RLMonopoly 1 사용 예제들

공개 메소드들

메소드 설명
CommandCard ( )
CommandCard ( int pType, string pText, string pFixedMove, string pRelativeMove, int pCollect, int pMoneyTransaction, int pPlayerInteraction, int pHouseMult, int pHotelMult )
getType ( ) : int
getValue ( ) : int

메소드 상세

CommandCard() 공개 메소드

public CommandCard ( )

CommandCard() 공개 메소드

public CommandCard ( int pType, string pText, string pFixedMove, string pRelativeMove, int pCollect, int pMoneyTransaction, int pPlayerInteraction, int pHouseMult, int pHotelMult )
pType int
pText string
pFixedMove string
pRelativeMove string
pCollect int
pMoneyTransaction int
pPlayerInteraction int
pHouseMult int
pHotelMult int

getType() 공개 메소드

public getType ( ) : int
리턴 int

getValue() 공개 메소드

public getValue ( ) : int
리턴 int