C# Class GameServerQuery.Parsers.Player

Mostra file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
ComparePK ( Player other ) : bool
ComparePK ( object obj ) : bool

Protected Methods

Method Description
Player ( string name ) : System

Method Details

ComparePK() public method

public ComparePK ( Player other ) : bool
other Player
return bool

ComparePK() public method

public ComparePK ( object obj ) : bool
obj object
return bool

Player() protected method

protected Player ( string name ) : System
name string
return System