public Task SetUpTestHandsAsync(PlayerCollection <DutchBlitzPlayerItem> playerlist, IListShuffler <DutchBlitzCardInformation> decklist)
        {
            //DutchBlitzPlayerItem player = playerlist.GetSelf();
            //for testing i will get 8 eights.
            //player.StartUpList = decklist.Where(Items => Items.Value == EnumCardValueList.Eight).Take(2).ToRegularDeckDict();
            //this is an example.


            //can be anything you want.
            return(Task.CompletedTask);
        }
Пример #2
0
 CustomBasicList <int> ICardInfo <YahtzeeHandsDownCardInformation> .DiscardExcludeList(IListShuffler <YahtzeeHandsDownCardInformation> deckList)
 {
     return(new CustomBasicList <int>());
 }
 CustomBasicList <int> ICardInfo <FillOrBustCardInformation> .DiscardExcludeList(IListShuffler <FillOrBustCardInformation> deckList)
 {
     return(new CustomBasicList <int>());
 }
 CustomBasicList <int> ICardInfo <RegularSimpleCard> .DiscardExcludeList(IListShuffler <RegularSimpleCard> deckList)
 {
     return(new CustomBasicList <int>());
 }
 CustomBasicList <int> ICardInfo <RoundsCardGameCardInformation> .DiscardExcludeList(IListShuffler <RoundsCardGameCardInformation> deckList)
 {
     return(new CustomBasicList <int>());
 }
Пример #6
0
 CustomBasicList <int> ICardInfo <SixtySix2PlayerCardInformation> .DiscardExcludeList(IListShuffler <SixtySix2PlayerCardInformation> deckList)
 {
     return(new CustomBasicList <int>());
 }