pda
jvm
core
/
net.artux.pda.map.ecs.statistic
/
Statistic
Statistic
data
class
Statistic
(
val
playedTime
:
Int
,
val
killedStalkers
:
Int
,
val
killedMutants
:
Int
,
val
ejections
:
Int
)
Members
Constructors
Statistic
Link copied to clipboard
constructor
(
playedTime
:
Int
,
killedStalkers
:
Int
,
killedMutants
:
Int
,
ejections
:
Int
)
Properties
ejections
Link copied to clipboard
val
ejections
:
Int
killed
Mutants
Link copied to clipboard
val
killedMutants
:
Int
killed
Stalkers
Link copied to clipboard
val
killedStalkers
:
Int
played
Time
Link copied to clipboard
val
playedTime
:
Int