public T GetVariable <T>(string varName)
 {
     return(ModHooks.GetPlayerVariable <T>(varName));
 }