# | Line 48 | Line 48 | namespace RomCheater.PluginFramework.Int | |
---|---|---|
48 | string ToString(); | |
49 | } | |
50 | #endregion | |
51 | + | #region AcceptsPlugin |
52 | + | public interface IAcceptsPlugin<PLUGIN_TYPE> |
53 | + | where PLUGIN_TYPE : IPluginBase |
54 | + | { |
55 | + | PLUGIN_TYPE AcceptedPlugin { get; set; } |
56 | + | } |
57 | + | #endregion |
58 | + | public interface IProcessConfig : IAcceptsPlugin<IConfigPlugin> |
59 | + | { |
60 | + | Process AcceptedProcess { get; set; } |
61 | + | } |
62 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |