Ver Fonte

Hide PageAllocatorException

ghorsington há 3 anos atrás
pai
commit
cd28640819
1 ficheiros alterados com 1 adições e 1 exclusões
  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) { }
 	}