ModifyManaAction

data class ModifyManaAction(val playerId: UUID, val amount: Int) : Action

Constructors

Link copied to clipboard
constructor(playerId: UUID, amount: Int)

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard