GetTotalMadeMoves() 공개 메소드

public GetTotalMadeMoves ( ) : int
리턴 int
예제 #1
0
        private Vector ToMoveInput(GameStateMoveAction gsma, List <PlayHint> hints)
        {
            double slotDistance = 0.0;
            int    movesMade    = gsma.GetTotalMadeMoves();


            return(new Vector());
        }
예제 #2
0
        private Vector ToMoveInput(GameStateMoveAction gsma, List<PlayHint> hints)
        {
            double slotDistance = 0.0;
            int movesMade = gsma.GetTotalMadeMoves();

            return new Vector();
        }