public void SetFloat(string floatName, float value)
 {
     ModHooks.SetPlayerFloat(floatName, value);
 }