DamageInfo

data class DamageInfo(val damagedShipId: String, var amountFromPlayer: Float, var amountFromOthers: Float)

Constructors

Link copied to clipboard
constructor(damagedShipId: String, amountFromPlayer: Float, amountFromOthers: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard