Skip to content

Commit

Permalink
We have a new dependency as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Nefaro committed Aug 29, 2023
1 parent 06f0360 commit 3f00a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Installer/InstallerCore/InstallerCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public class InstallerCore
private static readonly List<String> _modLoaderDependencies = new List<string>()
{
"0Harmony.dll",
"Newtonsoft.Json.dll"
"Newtonsoft.Json.dll",
"MoonSharp.Interpreter.dll"
};
private static readonly string _modsDirectory = "Gnoll Mods";

Expand Down

0 comments on commit 3f00a92

Please sign in to comment.