ghorsington 3 years ago
parent
commit
b1b3cd1d36
1 changed files with 4 additions and 1 deletions
  1. 4 1
      BepInEx.IL2CPP/Hook/Buffer/UnixMemoryBuffer.cs

+ 4 - 1
BepInEx.IL2CPP/Hook/Buffer/UnixMemoryBuffer.cs

@@ -2,7 +2,10 @@
 
 namespace BepInEx.IL2CPP
 {
-	public class UnixMemoryBuffer : MemoryBuffer
+	/// <summary>
+	///     Based on https://github.com/kubo/funchook
+	/// </summary>
+	internal class UnixMemoryBuffer : MemoryBuffer
 	{
 		public override IntPtr Allocate(IntPtr func)
 		{