C# Class UnoTV.Web.Game.Dealer

Afficher le fichier Open project: TomDudfield/UnoTV

Méthodes publiques

Méthode Description
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.

Method Details

CreateCards() public static méthode

Creates a collection of cards that are available in the game.
public static CreateCards ( ) : IList
Résultat IList

Deal() public static méthode

Deals the provided the cards to the provided players.
public static Deal ( IList players, IList cards ) : void
players IList
cards IList
Résultat void