# | Line 38 | Line 38 | namespace RomCheater.PluginFramework.Int | |
---|---|---|
38 | List<IConfigPlugin> LoadedConfigPlugins { get; } | |
39 | List<IInputPlugin> LoadedInputPlugins { get; } | |
40 | List<IWindowPlugin> LoadedWindowPlugins { get; } | |
41 | + | |
42 | + | IConfigPlugin GetConfigPlugin(string t); |
43 | + | IInputPlugin GetInputPlugin(string t); |
44 | + | IWindowPlugin GetWindowPlugin(string t); |
45 | + | |
46 | string ToString(); | |
47 | } | |
48 | #endregion |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |