Add object-specific IPC for resolving paths and meta.

This commit is contained in:
Ottermandias 2022-12-03 14:06:47 +01:00
parent f1b495dff4
commit ca51c3b107
6 changed files with 103 additions and 16 deletions

View file

@ -17,7 +17,7 @@ namespace Penumbra.Interop.Resolver;
public unsafe partial class PathResolver
{
// Identify the correct collection for a GameObject by index and name.
private static ResolveData IdentifyCollection( GameObject* gameObject, bool useCache )
public static ResolveData IdentifyCollection( GameObject* gameObject, bool useCache )
{
if( gameObject == null )
{