소스 검색

Hide PageAllocatorException

ghorsington 3 년 전
부모
커밋
cd28640819
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) { }
 	}