Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
gamedef
Prop
C# Class gamedef.Prop
Inheritance:
tabtoy.DataObject
Show file
Open project: davyxu/tabtoy
Class Usage Examples
Public Properties
Property
Type
Description
AttackRate
float
ExType
ActorType
HP
int
Public Methods
Method
Description
Deserialize
(
tabtoy
reader
) :
void
Method Details
Deserialize()
public
method
public
Deserialize
(
tabtoy
reader
) :
void
reader
tabtoy
return
void
Property Details
AttackRate
public property
public
float
AttackRate
return
float
ExType
public property
public
ActorType
ExType
return
ActorType
HP
public property
public
int
HP
return
int