Parent Directory
|
Revision Log
|
Patch
revision 88 by william, Wed May 9 20:52:20 2012 UTC | revision 92 by william, Wed May 9 21:42:21 2012 UTC | |
---|---|---|
# | Line 11 namespace RomCheater.CorePlugins.Config | Line 11 namespace RomCheater.CorePlugins.Config |
11 | public sealed class GenericConfig : ConfigPlugin | public sealed class GenericConfig : ConfigPlugin |
12 | { | { |
13 | public GenericConfig() : base() { } | public GenericConfig() : base() { } |
14 | public GenericConfig(bool doinit) : base(doinit) { } | |
15 | ||
16 | protected override bool IsNotValidProcess(ProcContainer p) { return false; } | protected override bool IsNotValidProcess(ProcContainer p) { return false; } |
17 | #region IPluginBase Members | #region IPluginBase Members |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |