SeizeAllocated

@Serializable
@SerialName(value = "SeizeAllocated")
data class SeizeAllocated(val simTime: Double, val entityId: Long, val resourceName: String, val amountAllocated: Int) : AnimationEvent(source)

Units of a resource have been allocated to an entity.

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long, resourceName: String, amountAllocated: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val simTime: Double