C# Class YGOSharp.Deck

Afficher le fichier Open project: IceYGO/ygosharp Class Usage Examples

Méthodes publiques

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

Méthode Description
AddToCards ( int>.IDictionary cards, Card card ) : void

Method Details

AddMain() public méthode

public AddMain ( int cardId ) : void
cardId int
Résultat void

AddSide() public méthode

public AddSide ( int cardId ) : void
cardId int
Résultat void

Check() public méthode

public Check ( Deck deck ) : bool
deck Deck
Résultat bool

Check() public méthode

public Check ( YGOSharp.Banlist ban, bool ocg, bool tcg ) : int
ban YGOSharp.Banlist
ocg bool
tcg bool
Résultat int

Deck() public méthode

public Deck ( ) : System.Collections.Generic
Résultat System.Collections.Generic