C# 클래스 Sharpcraft.Networking.Packets.PlayerListItemPacket

상속: Packet
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Online bool
Ping System.Int16
Ping short
PlayerName string

공개 메소드들

메소드 설명
PlayerListItemPacket ( string playerName = null, bool online = false, Int16 ping ) : System

메소드 상세

PlayerListItemPacket() 공개 메소드

public PlayerListItemPacket ( string playerName = null, bool online = false, Int16 ping ) : System
playerName string
online bool
ping System.Int16
리턴 System

프로퍼티 상세

Online 공개적으로 프로퍼티

public bool Online
리턴 bool

Ping 공개적으로 프로퍼티

public Int16,System Ping
리턴 System.Int16

Ping 공개적으로 프로퍼티

public short Ping
리턴 short

PlayerName 공개적으로 프로퍼티

public string PlayerName
리턴 string