private void Die(Leukocyte killer) { _isAlife = false; killer.ChangeColor(color); _flockAgent.RemoveFromFlock(); Destroy(gameObject); }