Update READMEs, code cleanup

This commit is contained in:
msk
2022-01-22 23:41:31 -08:00
parent ba206f54ec
commit 2f4ef7c87c
5 changed files with 29 additions and 23 deletions
@@ -47,12 +47,5 @@ namespace TNHQoLImprovements
var playerCountComponent = gObjLeaderboard.AddComponent<LeaderboardPlayerCount>();
playerCountComponent.Init(__instance, uiGlobalText, gObjLoading);
}
[HarmonyPostfix]
[HarmonyPatch(typeof(TNH_ScoreDisplay), "SwitchToModeID")]
public static void OnModeIDSwitch_Post(string id, TNH_ScoreDisplay __instance)
{
Debug.Log(string.Format("Changing scoreboard mode to {0}!", id));
}
}
}