This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading;
using Cpp2IlInjected;
namespace System.Resources
{
// Token: 0x020001EF RID: 495
[Token(Token = "0x20001EF")]
internal interface IResourceGroveler
{
// Token: 0x0600131E RID: 4894
[Token(Token = "0x600131E")]
[Address(Slot = "0")]
ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary<string, ResourceSet> localResourceSets, bool tryParents, bool createIfNotExists, ref StackCrawlMark stackMark);
}
}