Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit b7e275f

Browse files
committed
Cleanup
1 parent f393e0d commit b7e275f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Core/Runtime/Il2Cpp/ICallManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace UnityExplorer.Core.Runtime.Il2Cpp
99
{
10-
[SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "External methods")]
1110
public static class ICallManager
1211
{
1312
[DllImport("GameAssembly", CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)]

src/Core/Runtime/Il2Cpp/Il2CppCoroutine.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
using UnhollowerBaseLib;
77
using UnityEngine;
88

9-
// CREDIT HerpDerpenstine
10-
// https://github.com/LavaGang/MelonLoader/blob/master/MelonLoader.Support.Il2Cpp/MelonCoroutines.cs
9+
// Credit to HerpDerpenstine and knah
10+
// https://github.com/LavaGang/MelonLoader/blob/master/SM_Il2Cpp/Coroutines.cs
1111

1212
namespace UnityExplorer.Core.Runtime.Il2Cpp
1313
{

0 commit comments

Comments
 (0)