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
BattleState
C# Class BattleState, JRPG
Inheritance:
State
显示文件
Open project: seanlazaro/JRPG
Class Usage Examples
Public Properties
Property
Type
Description
accuracy
int
attackRating
int
currentHealth
int
deadliness
int
defenceRating
int
endurance
int
level
int
maximumHealth
int
speed
int
statusEffects
List
strength
int
Property Details
accuracy
public_oe property
public
int
accuracy
return
int
attackRating
public_oe property
public
int
attackRating
return
int
currentHealth
public_oe property
public
int
currentHealth
return
int
deadliness
public_oe property
public
int
deadliness
return
int
defenceRating
public_oe property
public
int
defenceRating
return
int
endurance
public_oe property
public
int
endurance
return
int
level
public_oe property
public
int
level
return
int
maximumHealth
public_oe property
public
int
maximumHealth
return
int
speed
public_oe property
public
int
speed
return
int
statusEffects
public_oe property
public
List
statusEffects
return
List
strength
public_oe property
public
int
strength
return
int