Beispiel #1
0
 /// <summary>
 /// Raises the health display event.
 /// </summary>
 protected virtual void OnHealthDisplay(HealthStatus healthStatus)
 {
     if (HealthDisplay != null)
     {
         HealthDisplay.Invoke(healthStatus);
     }
 }