C# 클래스 UnoTV.Web.Game.Dealer

파일 보기 프로젝트 열기: TomDudfield/UnoTV

공개 메소드들

메소드 설명
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