public void ChangeLightRadius(float amount)
 {
     light.ChangeRadius(amount);
 }