C# 클래스 CardsAgainstIRC3.Game.DeckTypes.CardCast

상속: IDeckType
파일 보기 프로젝트 열기: puckipedia/CardsAgainstIRC

공개 메소드들

메소드 설명
CardCast ( GameManager manager, IEnumerable arguments ) : System
GetCards ( string str ) : CardsResponse
GetDeckInfo ( string str ) : DeckResponse
GetRandomDeck ( ) : DeckResponse
TakeBlackCard ( ) : Card
TakeWhiteCard ( ) : Card

메소드 상세

CardCast() 공개 메소드

public CardCast ( GameManager manager, IEnumerable arguments ) : System
manager GameManager
arguments IEnumerable
리턴 System

GetCards() 공개 정적인 메소드

public static GetCards ( string str ) : CardsResponse
str string
리턴 CardsResponse

GetDeckInfo() 공개 정적인 메소드

public static GetDeckInfo ( string str ) : DeckResponse
str string
리턴 DeckResponse

GetRandomDeck() 공개 정적인 메소드

public static GetRandomDeck ( ) : DeckResponse
리턴 DeckResponse

TakeBlackCard() 공개 메소드

public TakeBlackCard ( ) : Card
리턴 Card

TakeWhiteCard() 공개 메소드

public TakeWhiteCard ( ) : Card
리턴 Card