public void EnableLight(bool isEnabled)
 {
     currAnimator.EnableLight(isEnabled);
 }