pdachess.Pawn.getType C# (CSharp) Method

getType() public method

public getType ( ) : string
return string
        public override string getType()
        {
            return "Pawn";
        }