C# Class YGOSharp.ClientCard

Mostrar archivo Open project: IceYGO/ygosharp Class Usage Examples

Public Methods

Method Description
ClientCard ( ) : System.Collections.Generic
ClientCard ( int code ) : System.Collections.Generic
Update ( BinaryReader reader ) : void

Method Details

ClientCard() public method

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

ClientCard() public method

public ClientCard ( int code ) : System.Collections.Generic
code int
return System.Collections.Generic

Update() public method

public Update ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void