C# 클래스 ZatvorenoAI.DecisionMakers.EndGameDecisionMaker

상속: IDecisionMaker
파일 보기 프로젝트 열기: KonstantinSimeonov/Zatvoreno

공개 메소드들

메소드 설명
EndGameDecisionMaker ( ) : System.Collections.Generic
EndGameDecisionMaker ( IDecisionMaker next ) : System.Collections.Generic
Handle ( DecisionMakingContext context ) : Santase.Logic.Players.PlayerAction
IsMatch ( DecisionMakingContext ctx ) : bool

비공개 메소드들

메소드 설명
EndGameTurn ( Santase.Logic.Players.PlayerTurnContext context, ICardTracker tracker, ICollection myHand ) : Santase.Logic.Players.PlayerAction

메소드 상세

EndGameDecisionMaker() 공개 메소드

public EndGameDecisionMaker ( ) : System.Collections.Generic
리턴 System.Collections.Generic

EndGameDecisionMaker() 공개 메소드

public EndGameDecisionMaker ( IDecisionMaker next ) : System.Collections.Generic
next IDecisionMaker
리턴 System.Collections.Generic

Handle() 공개 메소드

public Handle ( DecisionMakingContext context ) : Santase.Logic.Players.PlayerAction
context DecisionMakingContext
리턴 Santase.Logic.Players.PlayerAction

IsMatch() 공개 메소드

public IsMatch ( DecisionMakingContext ctx ) : bool
ctx DecisionMakingContext
리턴 bool