C# Class ZatvorenoAI.DecisionMakers.EndGameDecisionMaker

Inheritance: IDecisionMaker
Mostrar archivo Open project: KonstantinSimeonov/Zatvoreno

Public Methods

Method Description
EndGameDecisionMaker ( ) : System.Collections.Generic
EndGameDecisionMaker ( IDecisionMaker next ) : System.Collections.Generic
Handle ( DecisionMakingContext context ) : Santase.Logic.Players.PlayerAction
IsMatch ( DecisionMakingContext ctx ) : bool

Private Methods

Method Description
EndGameTurn ( Santase.Logic.Players.PlayerTurnContext context, ICardTracker tracker, ICollection myHand ) : Santase.Logic.Players.PlayerAction

Method Details

EndGameDecisionMaker() public method

public EndGameDecisionMaker ( ) : System.Collections.Generic
return System.Collections.Generic

EndGameDecisionMaker() public method

public EndGameDecisionMaker ( IDecisionMaker next ) : System.Collections.Generic
next IDecisionMaker
return System.Collections.Generic

Handle() public method

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

IsMatch() public method

public IsMatch ( DecisionMakingContext ctx ) : bool
ctx DecisionMakingContext
return bool