Rename interop folders

This commit is contained in:
Ottermandias 2023-03-23 20:30:23 +01:00
parent 49f1e2dcde
commit 56286e0123
17 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ using Penumbra.GameData.Actors;
using Penumbra.Interop.Services;
using Penumbra.Services;
namespace Penumbra.Interop.Resolver;
namespace Penumbra.Interop.PathResolving;
public unsafe class IdentifiedCollectionCache : IDisposable, IEnumerable<(nint Address, ActorIdentifier Identifier, ModCollection Collection)>
{