I would suggest this transformation:
public interface IDamagable
{
void TakeDamage<T>(T dmg);
}
CLICK HERE to find out more related problems solutions.
I would suggest this transformation:
public interface IDamagable
{
void TakeDamage<T>(T dmg);
}
CLICK HERE to find out more related problems solutions.