Browse Source

Added remaining using directives to LibLoader to make it compile for Net3

pull/32/head
Anairkoen Schno 4 years ago
parent
commit
07bc652b1a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      IPA.Loader/Loader/LibLoader.cs

+ 2
- 0
IPA.Loader/Loader/LibLoader.cs View File

@ -11,6 +11,8 @@ using Mono.Cecil;
#if NET3
using Net3_Proxy;
using Directory = Net3_Proxy.Directory;
using Path = Net3_Proxy.Path;
using File = Net3_Proxy.File;
#endif
namespace IPA.Loader


Loading…
Cancel
Save