C# Class YGOSharp.ClientCard

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

Méthodes publiques

Méthode Description
ClientCard ( ) : System.Collections.Generic
ClientCard ( int code ) : System.Collections.Generic
Update ( BinaryReader reader ) : void

Method Details

ClientCard() public méthode

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

ClientCard() public méthode

public ClientCard ( int code ) : System.Collections.Generic
code int
Résultat System.Collections.Generic

Update() public méthode

public Update ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void