Class HealingResult
java.lang.Object
net.demilich.metastone.game.logic.HealingResult
- All Implemented Interfaces:
HasValue
Records the result of a heal.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getValue()
Gets the value associated with the event.
-
Constructor Details
-
HealingResult
public HealingResult(int healing, int excess)
-
-
Method Details