protected override void OnCollideWithEnemy(Enemy enemy, Vector3 hitPosition)
 {
     enemy.AddChill(ChillTime);
 }