Ejemplo n.º 1
0
 public static void RequestDamagePopUp(float damage, Transform hit) => OnDamagePopUpRequested?.Invoke(damage, false, hit);
Ejemplo n.º 2
0
 public static void RequestDamagePopUp(float damage, bool isCritical, Transform hit) => OnDamagePopUpRequested?.Invoke(damage, isCritical, hit);