--- trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs 2012/05/09 19:51:42 87 +++ trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs 2012/05/09 20:52:20 88 @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; +using RomCheater.PluginFramework.Core; namespace RomCheater.PluginFramework.Interfaces { @@ -18,7 +19,7 @@ namespace RomCheater.PluginFramework.Int #region IConfigPlugin public interface IConfigPlugin : IPluginBase { - List<Process> ValidProcessesForPlugin { get; } + List<ProcContainer> ValidProcessesForPlugin { get; } } #endregion #region IInputPlugin |