Skip to content

Commit 6cb3949

Browse files
committed
add credit for some patches
1 parent 9814da5 commit 6cb3949

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/AccountPatches.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace AUnlocker;
44

55

6+
// Some of the below patches are from https://github.com/scp222thj/MalumMenu/blob/main/src/Passive/UnlockFeaturesPatch.cs
67
// Unlock freechat
78
[HarmonyPatch(typeof(EOSManager), nameof(EOSManager.IsFreechatAllowed))]
89
public static class UnlockFreechat

src/CosmeticsPatches.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ namespace AUnlocker;
77
public static class UnlockCosmetics
88
{
99
// loop through all cosmetics and set them free
10+
// Source: https://github.com/scp222thj/MalumMenu/blob/main/src/Passive/FreeCosmeticsPatch.cs
1011
public static void Postfix(HatManager __instance)
1112
{
1213
foreach (var bundle in __instance.allBundles)

0 commit comments

Comments
 (0)