root
JVM
root
/
org.magiclib.achievements
/
SharedCombatDamageListener
/
DamageInfo
Damage
Info
data
class
DamageInfo
(
val
damagedShipId
:
String
,
var
amountFromPlayer
:
Float
,
var
amountFromOthers
:
Float
)
Members
Constructors
Damage
Info
Link copied to clipboard
constructor
(
damagedShipId
:
String
,
amountFromPlayer
:
Float
,
amountFromOthers
:
Float
)
Properties
amount
From
Others
Link copied to clipboard
var
amountFromOthers
:
Float
amount
From
Player
Link copied to clipboard
var
amountFromPlayer
:
Float
damaged
Ship
Id
Link copied to clipboard
val
damagedShipId
:
String