C# 클래스 Dominion.PlayerTurnCounters

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

Private Properties

프로퍼티 타입 설명
InitializeTurn void
PlayerTurnCounters System
RemoveCoinTokens void
RemoveCoins void
RemovePotions void

공개 메소드들

메소드 설명
AddActions ( PlayerState playerState, int count ) : void
AddBuys ( PlayerState playerState, int count ) : void
AddCoinTokens ( PlayerState playerState, int count ) : void
AddCoins ( PlayerState playerState, int count ) : void
AddPotions ( PlayerState playerState, int count ) : void
RemoveAction ( ) : void
RemoveBuy ( ) : void

비공개 메소드들

메소드 설명
InitializeTurn ( ) : void
PlayerTurnCounters ( CardGameSubset gameSubset ) : System
RemoveCoinTokens ( int count ) : void
RemoveCoins ( int count ) : void
RemovePotions ( int count ) : void

메소드 상세

AddActions() 공개 메소드

public AddActions ( PlayerState playerState, int count ) : void
playerState PlayerState
count int
리턴 void

AddBuys() 공개 메소드

public AddBuys ( PlayerState playerState, int count ) : void
playerState PlayerState
count int
리턴 void

AddCoinTokens() 공개 메소드

public AddCoinTokens ( PlayerState playerState, int count ) : void
playerState PlayerState
count int
리턴 void

AddCoins() 공개 메소드

public AddCoins ( PlayerState playerState, int count ) : void
playerState PlayerState
count int
리턴 void

AddPotions() 공개 메소드

public AddPotions ( PlayerState playerState, int count ) : void
playerState PlayerState
count int
리턴 void

RemoveAction() 공개 메소드

public RemoveAction ( ) : void
리턴 void

RemoveBuy() 공개 메소드

public RemoveBuy ( ) : void
리턴 void