7 lines
118 B
C#
7 lines
118 B
C#
|
namespace RoR2;
|
||
|
|
||
|
public interface IBarrier
|
||
|
{
|
||
|
void BlockedDamage(DamageInfo damageInfo, float actualDamageBlocked);
|
||
|
}
|