# | Line 3 | Line 3 | using System.Collections.Generic; | |
---|---|---|
3 | using System.Linq; | |
4 | using System.Text; | |
5 | using System.Diagnostics; | |
6 | + | using RomCheater.PluginFramework.Core; |
7 | ||
8 | namespace RomCheater.PluginFramework.Interfaces | |
9 | { | |
# | Line 18 | Line 19 | namespace RomCheater.PluginFramework.Int | |
19 | #region IConfigPlugin | |
20 | public interface IConfigPlugin : IPluginBase | |
21 | { | |
22 | < | List<Process> ValidProcessesForPlugin { get; } |
22 | > | List<ProcContainer> ValidProcessesForPlugin { get; } |
23 | } | |
24 | #endregion | |
25 | #region IInputPlugin |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |