Пример #1
0
 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);
 }
Пример #2
0
        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);
            }
        }