public static bool Prefix(CombatHUD __instance, CombatGameState Combat)
 {
     Control.Log("Clearing tags cache");
     CustomCombatTagsHelper.ClearTagsCache();
     return(true);
 }