pda
jvm
core
/
net.artux.pda.map.ecs.battle
/
InfightingComponent
Infighting
Component
class
InfightingComponent
(
val
distance
:
Float
,
val
damage
:
Float
,
val
interval
:
Float
)
:
Component
Members
Constructors
Infighting
Component
Link copied to clipboard
constructor
(
distance
:
Float
,
damage
:
Float
,
interval
:
Float
)
Properties
damage
Link copied to clipboard
val
damage
:
Float
distance
Link copied to clipboard
val
distance
:
Float
interval
Link copied to clipboard
val
interval
:
Float
Functions
can
Damage
Somebody
Link copied to clipboard
fun
canDamageSomebody
(
)
:
Boolean
update
Link copied to clipboard
fun
update
(
dt
:
Float
)