Przeglądaj źródła

Hide PageAllocatorException

ghorsington 3 lat temu
rodzic
commit
cd28640819
1 zmienionych plików z 1 dodań i 1 usunięć
  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) { }
 	}