CrowdControl/Assets/Source/Scripts/IHittable.cs

4 lines
73 B
C#

internal interface IHittable
{
public void GetHit(float damage);
}