private static void InstallDll(IContentEngineContent content, IContentEngineGame game, InstallDllCommand c) { var s = new GameFolderService(); foreach (var f in c.Source) s.InstallDllPlugin(game, content, f, c.Options.Force); }
private static void InstallDll(IContentEngineContent content, IContentEngineGame game, InstallDllCommand c) { var s = new GameFolderService(); foreach (var f in c.Source) { s.InstallDllPlugin(game, content, f, c.Options.Force); } }