C# Class PlayerRegistry.PlayerInfo, GameProject

Exibir arquivo Open project: EECS390IndieTeam/GameProject

Public Properties

Property Type Description
Connection BoltConnection
Player IPlayer,
Username string

Public Methods

Method Description
PlayerInfo ( string name, BoltConnection con, IPlayer, p = null ) : System.Collections.Generic

Method Details

PlayerInfo() public method

public PlayerInfo ( string name, BoltConnection con, IPlayer, p = null ) : System.Collections.Generic
name string
con BoltConnection
p IPlayer,
return System.Collections.Generic

Property Details

Connection public_oe property

public BoltConnection Connection
return BoltConnection

Player public_oe property

public IPlayer, Player
return IPlayer,

Username public_oe property

public string Username
return string