Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs 2012/05/09 17:48:15 83 +++ trunk/RomCheater.PluginFramework/Interfaces/PluginInterfaces.cs 2012/05/09 19:41:06 86 @@ -9,8 +9,10 @@ #region IPluginBase public interface IPluginBase { + Guid Id { get; } string Name { get;} string Description { get; } + string ToString(); } #endregion #region IConfigPlugin @@ -36,6 +38,7 @@ List<IConfigPlugin> LoadedConfigPlugins { get; } List<IInputPlugin> LoadedInputPlugins { get; } List<IWindowPlugin> LoadedWindowPlugins { get; } + string ToString(); } #endregion }
ViewVC Help | |
Powered by ViewVC 1.1.22 |