C# Класс UnoTV.Web.Game.Dealer

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateCards ( ) : IList

Creates a collection of cards that are available in the game.

Deal ( IList players, IList cards ) : void

Deals the provided the cards to the provided players.

Описание методов

CreateCards() публичный статический Метод

Creates a collection of cards that are available in the game.
public static CreateCards ( ) : IList
Результат IList

Deal() публичный статический Метод

Deals the provided the cards to the provided players.
public static Deal ( IList players, IList cards ) : void
players IList
cards IList
Результат void