ghorsington 3 yıl önce
ebeveyn
işleme
b1b3cd1d36

+ 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)
 		{