Method | Description | |
---|---|---|
DealManager ( JustBelot.Common.GameManager game ) : System | ||
PlayDeal ( ) : JustBelot.Common.DealResult |
Method | Description | |
---|---|---|
AskForCardCombinations ( IPlayer player ) : IEnumerable |
||
Bidding ( ) : JustBelot.Common.Contract | ||
DealCardsToAllPlayers ( int cardsCount ) : void | ||
PlayCard ( IPlayer player, JustBelot.Common.Contract contract, IList |
||
PlayCards ( JustBelot.Common.Contract contract ) : void | ||
PrepareDealResult ( JustBelot.Common.Contract contract ) : JustBelot.Common.DealResult |
public DealManager ( JustBelot.Common.GameManager game ) : System | ||
game | JustBelot.Common.GameManager | |
return | System |
public PlayDeal ( ) : JustBelot.Common.DealResult | ||
return | JustBelot.Common.DealResult |