We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9814da5 commit 6cb3949Copy full SHA for 6cb3949
src/AccountPatches.cs
@@ -3,6 +3,7 @@
3
namespace AUnlocker;
4
5
6
+// Some of the below patches are from https://github.com/scp222thj/MalumMenu/blob/main/src/Passive/UnlockFeaturesPatch.cs
7
// Unlock freechat
8
[HarmonyPatch(typeof(EOSManager), nameof(EOSManager.IsFreechatAllowed))]
9
public static class UnlockFreechat
src/CosmeticsPatches.cs
@@ -7,6 +7,7 @@ namespace AUnlocker;
public static class UnlockCosmetics
{
// loop through all cosmetics and set them free
10
+ // Source: https://github.com/scp222thj/MalumMenu/blob/main/src/Passive/FreeCosmeticsPatch.cs
11
public static void Postfix(HatManager __instance)
12
13
foreach (var bundle in __instance.allBundles)
0 commit comments