Forest.getBuildingType C# (CSharp) Method

getBuildingType() public method

public getBuildingType ( ) : Type,
return Type,
    public override Type getBuildingType()
    {
        return Type.Forest;
    }