C# Class Sharpcraft.Networking.Packets.PlayerListItemPacket

Inheritance: Packet
Afficher le fichier Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
Online bool
Ping System.Int16
Ping short
PlayerName string

Méthodes publiques

Méthode Description
PlayerListItemPacket ( string playerName = null, bool online = false, Int16 ping ) : System

Method Details

PlayerListItemPacket() public méthode

public PlayerListItemPacket ( string playerName = null, bool online = false, Int16 ping ) : System
playerName string
online bool
ping System.Int16
Résultat System

Property Details

Online public_oe property

public bool Online
Résultat bool

Ping public_oe property

public Int16,System Ping
Résultat System.Int16

Ping public_oe property

public short Ping
Résultat short

PlayerName public_oe property

public string PlayerName
Résultat string