C# Class Monopoly.Classes.CommandCard

Inheritance: Card
显示文件 Open project: pmpailis/RLMonopoly Class Usage Examples

Public Methods

Method Description
CommandCard ( )
CommandCard ( int pType, string pText, string pFixedMove, string pRelativeMove, int pCollect, int pMoneyTransaction, int pPlayerInteraction, int pHouseMult, int pHotelMult )
getType ( ) : int
getValue ( ) : int

Method Details

CommandCard() public method

public CommandCard ( )

CommandCard() public method

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 method

public getType ( ) : int
return int

getValue() public method

public getValue ( ) : int
return int