C# Class Auto.Client.PlayerInfoItem

Mostrar archivo Open project: fingerpasswang/Phial.Fantasy Class Usage Examples

Public Properties

Property Type Description
ItemList List
Money System.UInt32

Public Methods

Method Description
Read ( BinaryReader br ) : PlayerInfoItem
ToString ( ) : string
Write ( BinaryWriter bw ) : void

Method Details

Read() public method

public Read ( BinaryReader br ) : PlayerInfoItem
br System.IO.BinaryReader
return PlayerInfoItem

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void

Property Details

ItemList public_oe property

public List ItemList
return List

Money public_oe property

public UInt32,System Money
return System.UInt32