C# Class ZatvorenoAI.TakeStrategy.Agents.ChoseTake.ChoseAction

Inheritance: IChoseAction
Mostra file Open project: KonstantinSimeonov/Zatvoreno

Public Methods

Method Description
CardToPlay ( Santase.Logic.Players.PlayerTurnContext context, ICollection hand ) : Santase.Logic.Cards.Card
ChoseAction ( IPossibleActions possibleActions, IShouldTake shouldTake ) : System.Collections.Generic

Method Details

CardToPlay() public method

public CardToPlay ( Santase.Logic.Players.PlayerTurnContext context, ICollection hand ) : Santase.Logic.Cards.Card
context Santase.Logic.Players.PlayerTurnContext
hand ICollection
return Santase.Logic.Cards.Card

ChoseAction() public method

public ChoseAction ( IPossibleActions possibleActions, IShouldTake shouldTake ) : System.Collections.Generic
possibleActions IPossibleActions
shouldTake IShouldTake
return System.Collections.Generic