Monopoly.Classes.CommandCard.getValue C# (CSharp) Method

getValue() public method

public getValue ( ) : int
return int
        public int getValue()
        {
            return 0;
        }