StretchyTanks.StretchyConicTank.GetInfo C# (CSharp) 메소드

GetInfo() 공개 메소드

public GetInfo ( ) : string
리턴 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.";
        }