C# 클래스 Dominion.PlayerCircle

파일 보기 프로젝트 열기: NathanTeeuwen/Dominulator 1 사용 예제들

공개 메소드들

메소드 설명
AllPlayersDrawInitialCards ( GameConfig gameConfig, GameState gameState ) : void
PassTurnLeft ( ) : void
PlayerCircle ( int playerCount, IPlayerAction playerActions, int playerPosition, Game game ) : System
this ( int index ) : PlayerState

비공개 메소드들

메소드 설명
GetCardsInOrder ( IEnumerable pairs ) : IEnumerable

메소드 상세

AllPlayersDrawInitialCards() 공개 메소드

public AllPlayersDrawInitialCards ( GameConfig gameConfig, GameState gameState ) : void
gameConfig GameConfig
gameState GameState
리턴 void

PassTurnLeft() 공개 메소드

public PassTurnLeft ( ) : void
리턴 void

PlayerCircle() 공개 메소드

public PlayerCircle ( int playerCount, IPlayerAction playerActions, int playerPosition, Game game ) : System
playerCount int
playerActions IPlayerAction
playerPosition int
game Game
리턴 System

this() 공개 메소드

public this ( int index ) : PlayerState
index int
리턴 PlayerState