toggle menu
KStg
1.0-SNAPSHOT
jvm
switch theme
search in API
KStg
/
top.kkoishi.stg.logic
/
PlayerManager
Player
Manager
object
PlayerManager
Members
Properties
cur
Stage
Link copied to clipboard
lateinit
var
curStage
:
Stage
Functions
add
Bullet
Link copied to clipboard
fun
addBullet
(
b
:
Bullet
)
count
Bullets
Link copied to clipboard
fun
countBullets
(
)
:
Int
life
Link copied to clipboard
fun
life
(
)
:
Int
paint
Bullets
Link copied to clipboard
fun
paintBullets
(
g
:
Graphics2D
)
set
Life
Link copied to clipboard
fun
setLife
(
nLife
:
Int
)
update
Bullets
Link copied to clipboard
fun
updateBullets
(
)