Parent Directory
|
Revision Log
add stub for generic config
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using RomCheater.PluginFramework.Core; |
6 | |
7 | namespace RomCheater.CorePlugins.Config |
8 | { |
9 | public class GenericConfig : ConfigPlugin |
10 | { |
11 | public GenericConfig() : base() { } |
12 | } |
13 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |