Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.CorePlugins/Config/GenericConfig.cs 2013/06/06 09:24:18 589 +++ trunk/RomCheater.CorePlugins/Config/GenericConfig.cs 2013/06/06 10:08:17 590 @@ -49,6 +49,16 @@ { get { return "This plugin provides a generic configuration"; } } - #endregion + + public override bool IsGenericConfig + { + get + { + return true; + } + } + + #endregion + } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |