C# Class FBClient.Network.Client

Exibir arquivo Open project: Noxalus/Final-Bomber Class Usage Examples

Public Properties

Property Type Description
Id int
IsReady bool
NewPlayer bool
Ping float
Player Player
Spectating bool
Username string

Public Methods

Method Description
Client ( int id ) : System
GetRoundedPing ( ) : double

Method Details

Client() public method

public Client ( int id ) : System
id int
return System

GetRoundedPing() public method

public GetRoundedPing ( ) : double
return double

Property Details

Id public_oe property

public int Id
return int

IsReady public_oe property

public bool IsReady
return bool

NewPlayer public_oe property

public bool NewPlayer
return bool

Ping public_oe property

public float Ping
return float

Player public_oe property

public Player Player
return Player

Spectating public_oe property

public bool Spectating
return bool

Username public_oe property

public string Username
return string