toggle menu
KStg
1.0-SNAPSHOT
jvm
switch theme
search in API
KStg
/
top.kkoishi.stg.common
/
BossAction
Boss
Action
abstract
class
BossAction
(
val
health
:
Int
,
var
frames
:
Long
)
Members
Constructors
Boss
Action
Link copied to clipboard
constructor
(
health
:
Int
,
frames
:
Long
)
Properties
frames
Link copied to clipboard
var
frames
:
Long
health
Link copied to clipboard
val
health
:
Int
Functions
action
Link copied to clipboard
abstract
fun
action
(
boss
:
Boss
)
can
Action
Link copied to clipboard
open
fun
canAction
(
)
:
Boolean