Starsector API
Loading...
Searching...
No Matches
DamageListener.java
Go to the documentation of this file.
1package com.fs.starfarer.api.combat.listeners;
2
3import com.fs.starfarer.api.combat.CombatEntityAPI;
4
5public interface DamageListener {
6 void reportDamageApplied(Object source, CombatEntityAPI target, ApplyDamageResultAPI result);
7}
void reportDamageApplied(Object source, CombatEntityAPI target, ApplyDamageResultAPI result)