ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CorePlugins/Config/GenericConfig.cs
Revision: 81
Committed: Wed May 9 17:17:19 2012 UTC (11 years, 1 month ago) by william
File size: 288 byte(s)
Log Message:
add stub for generic config

File Contents

# User Rev Content
1 william 81 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     }