C# Class YGOSharp.Deck

Exibir arquivo Open project: IceYGO/ygosharp Class Usage Examples

Public Methods

Method Description
AddMain ( int cardId ) : void
AddSide ( int cardId ) : void
Check ( Deck deck ) : bool
Check ( YGOSharp.Banlist ban, bool ocg, bool tcg ) : int
Deck ( ) : System.Collections.Generic

Private Methods

Method Description
AddToCards ( int>.IDictionary cards, Card card ) : void

Method Details

AddMain() public method

public AddMain ( int cardId ) : void
cardId int
return void

AddSide() public method

public AddSide ( int cardId ) : void
cardId int
return void

Check() public method

public Check ( Deck deck ) : bool
deck Deck
return bool

Check() public method

public Check ( YGOSharp.Banlist ban, bool ocg, bool tcg ) : int
ban YGOSharp.Banlist
ocg bool
tcg bool
return int

Deck() public method

public Deck ( ) : System.Collections.Generic
return System.Collections.Generic