C# Class MTMCL.Launch.Login.GameProfile

ファイルを表示 Open project: cvronmin/metocraft

Public Methods

Method Description
GameProfile ( ) : System
GameProfile ( string id, string name ) : System
hashCode ( ) : int
isComplete ( ) : bool
toString ( ) : string

Method Details

GameProfile() public method

public GameProfile ( ) : System
return System

GameProfile() public method

public GameProfile ( string id, string name ) : System
id string
name string
return System

hashCode() public method

public hashCode ( ) : int
return int

isComplete() public method

public isComplete ( ) : bool
return bool

toString() public method

public toString ( ) : string
return string