Browse Source

Added Path alias for .NET 3 in PluginMetadata

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
735ff3398a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      IPA.Loader/Loader/PluginMetadata.cs

+ 1
- 0
IPA.Loader/Loader/PluginMetadata.cs View File

@ -8,6 +8,7 @@ using System.Reflection;
using Version = SemVer.Version;
#if NET3
using Net3_Proxy;
using Path = Net3_Proxy.Path;
#endif
namespace IPA.Loader


Loading…
Cancel
Save