ghorsington 4 năm trước cách đây
mục cha
commit
b1b3cd1d36
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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)
 		{