public interface Adjudicator
| Modifier and Type | Method and Description |
|---|---|
void |
adjudicate(Munition munition,
Target target)
Determines the result of an interaction between a Target and a Munition.
|
void adjudicate(Munition munition, Target target)
kill or
hit on the Target or carrying out the effects of the
interaction in some other way.munition - Given Munitiontarget - Given Target