Skip to content

Instantly share code, notes, and snippets.

@AlexMeesters
Created May 3, 2019 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexMeesters/885c181e7cb2a5aaf38a9e109dedb6f7 to your computer and use it in GitHub Desktop.
Save AlexMeesters/885c181e7cb2a5aaf38a9e109dedb6f7 to your computer and use it in GitHub Desktop.
/// <summary>
/// Gets called from a health component if it has taken damage
/// </summary>
public interface IDamageable : IHealthInterface
{
void OnDamaged(HealthInfo info);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment