r2mods/ilspy_dump/ror2_csproj/RoR2/IOnKilledOtherServerReceive...

7 lines
121 B
C#

namespace RoR2;
public interface IOnKilledOtherServerReceiver
{
void OnKilledOtherServer(DamageReport damageReport);
}