public void SetVariable <T>(string varName, T value) { ModHooks.SetPlayerVariable <T>(varName, value); }