Exemplo n.º 1
0
 private static void ApplyVariables(HealthComponent health)
 {
     health.CurrentHealth = health.ProcessedHealth;
 }
Exemplo n.º 2
0
 private static void Kill(HealthComponent health)
 {
     health.CurrentEntityState.Dead = true;
 }