C# 클래스 MTMCL.Launch.Login.GameProfile

파일 보기 프로젝트 열기: cvronmin/metocraft

공개 메소드들

메소드 설명
GameProfile ( ) : System
GameProfile ( string id, string name ) : System
hashCode ( ) : int
isComplete ( ) : bool
toString ( ) : string

메소드 상세

GameProfile() 공개 메소드

public GameProfile ( ) : System
리턴 System

GameProfile() 공개 메소드

public GameProfile ( string id, string name ) : System
id string
name string
리턴 System

hashCode() 공개 메소드

public hashCode ( ) : int
리턴 int

isComplete() 공개 메소드

public isComplete ( ) : bool
리턴 bool

toString() 공개 메소드

public toString ( ) : string
리턴 string