C# Class D3Sharp.Core.Ingame.Universe.Player

Mostra file Open project: BoyC/d3sharp Class Usage Examples

Public Properties

Property Type Description
Universe Universe

Public Methods

Method Description
Greet ( JoinBNetGameMessage message ) : void

Greets the player and sends the client initial data it needs to get-ingame.

Player ( D3Sharp.Net.Game.GameClient client, Universe universe, D3Sharp.Core.Common.Toons.Toon bnetToon ) : System

Method Details

Greet() public method

Greets the player and sends the client initial data it needs to get-ingame.
public Greet ( JoinBNetGameMessage message ) : void
message JoinBNetGameMessage
return void

Player() public method

public Player ( D3Sharp.Net.Game.GameClient client, Universe universe, D3Sharp.Core.Common.Toons.Toon bnetToon ) : System
client D3Sharp.Net.Game.GameClient
universe Universe
bnetToon D3Sharp.Core.Common.Toons.Toon
return System

Property Details

Universe public_oe property

public Universe,D3Sharp.Core.Ingame.Universe Universe
return Universe