public void MakeDamage(IAlive entity)
 {
     entity.TakeDamage(5f);
 }