コード例 #1
0
 public HandlePlayerMoves(WaitingForPlayerMoveState waitingForPlayerMoveState, IPlayersState playersState)
 {
     _waitForPlayerMoveState = waitingForPlayerMoveState;
     _playersState           = playersState;
     _currentMoveState       = _waitForPlayerMoveState;
 }
コード例 #2
0
 public HandlePlayerMoves(WaitingForPlayerMoveState waitingForPlayerMoveState, IPlayersState playersState)
 {
     _waitForPlayerMoveState = waitingForPlayerMoveState;
     _playersState = playersState;
     _currentMoveState = _waitForPlayerMoveState;
 }