StretchyTanks.StretchyConicTank.GetInfo C# (CSharp) Method

GetInfo() public method

public GetInfo ( ) : string
return string
        public override string GetInfo()
        {
            return base.GetInfo() +
              "\n* Hold '" + topRadKey + "' and move mouse to change top width." +
              "\n* Press '" + shapeKey + "' to change its cone shape.";
        }