C# Class Auto.Client.PlayerInfo

Afficher le fichier Open project: fingerpasswang/Phial.Fantasy

Méthodes publiques

Свойство Type Description
Item PlayerInfoItem
Level System.UInt32
Name String
Pid System.UInt64
Skill PlayerInfoSkill
Uid System.UInt32

Méthodes publiques

Méthode Description
Read ( BinaryReader br ) : PlayerInfo
ToString ( ) : string
Write ( BinaryWriter bw ) : void

Method Details

Read() public méthode

public Read ( BinaryReader br ) : PlayerInfo
br System.IO.BinaryReader
Résultat PlayerInfo

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void

Property Details

Item public_oe property

public PlayerInfoItem,Auto.Client Item
Résultat PlayerInfoItem

Level public_oe property

public UInt32,System Level
Résultat System.UInt32

Name public_oe property

public String Name
Résultat String

Pid public_oe property

public UInt64,System Pid
Résultat System.UInt64

Skill public_oe property

public PlayerInfoSkill,Auto.Client Skill
Résultat PlayerInfoSkill

Uid public_oe property

public UInt32,System Uid
Résultat System.UInt32