Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
gamedef
Prop
C# Class gamedef.Prop
Inheritance:
tabtoy.DataObject
ファイルを表示
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_oe property
public
float
AttackRate
return
float
ExType
public_oe property
public
ActorType
ExType
return
ActorType
HP
public_oe property
public
int
HP
return
int