public void SetString(string stringName, string value)
 {
     ModHooks.SetPlayerString(stringName, value);
 }