mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-12 05:53:43 +08:00
code cleanup
This commit is contained in:
@@ -24,16 +24,15 @@ public class NoneAPI: WrapperDefines
|
||||
var map = new Dictionary<string, List<DynDllMapping>>
|
||||
{
|
||||
{
|
||||
"nonewrap.dll", new List<DynDllMapping>
|
||||
{
|
||||
"nonewrap.dll", [
|
||||
"nonewrap.dll",
|
||||
"x64/nonewrap.dll",
|
||||
"plugins/x64/nonewrap.dll",
|
||||
"BepInEx/scripts/x64/nonewrap.dll",
|
||||
Path.Combine(root, "nonewrap.dll"),
|
||||
Path.Combine(root, "x64/nonewrap.dll"),
|
||||
Path.Combine(root, "plugins/x64/nonewrap.dll"),
|
||||
}
|
||||
Path.Combine(root, "plugins/x64/nonewrap.dll")
|
||||
]
|
||||
},
|
||||
};
|
||||
typeof(NoneAPI).ResolveDynDllImports(map);
|
||||
|
||||
Reference in New Issue
Block a user