Explorar o código

Hide PageAllocatorException

ghorsington %!s(int64=3) %!d(string=hai) anos
pai
achega
cd28640819
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      BepInEx.IL2CPP/Hook/Allocator/PageAllocator.cs

+ 1 - 1
BepInEx.IL2CPP/Hook/Allocator/PageAllocator.cs

@@ -5,7 +5,7 @@ using MonoMod.Utils;
 
 namespace BepInEx.IL2CPP.Allocator
 {
-	public class PageAllocatorException : Exception
+	internal class PageAllocatorException : Exception
 	{
 		public PageAllocatorException(string message) : base(message) { }
 	}