Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Auto
Client
PlayerInfoItem
C# Class Auto.Client.PlayerInfoItem
显示文件
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