C# 클래스 Chess.Domain.PieceValuator

파일 보기 프로젝트 열기: colin-higgins/ChessSharp

공개 메소드들

메소드 설명
GetPieceActionValue ( PieceType type ) : int
GetPieceScoreValue ( PieceType type ) : int

메소드 상세

GetPieceActionValue() 공개 정적인 메소드

public static GetPieceActionValue ( PieceType type ) : int
type PieceType
리턴 int

GetPieceScoreValue() 공개 정적인 메소드

public static GetPieceScoreValue ( PieceType type ) : int
type PieceType
리턴 int