C# 클래스 YGOSharp.ClientCard

파일 보기 프로젝트 열기: IceYGO/ygosharp 1 사용 예제들

공개 메소드들

메소드 설명
ClientCard ( ) : System.Collections.Generic
ClientCard ( int code ) : System.Collections.Generic
Update ( BinaryReader reader ) : void

메소드 상세

ClientCard() 공개 메소드

public ClientCard ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ClientCard() 공개 메소드

public ClientCard ( int code ) : System.Collections.Generic
code int
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void