Parent Directory
|
Revision Log
add abstract plugin classes (these are just stubs for now)
1 | william | 79 | using System; |
2 | using System.Collections.Generic; | ||
3 | using System.Linq; | ||
4 | using System.Text; | ||
5 | |||
6 | namespace RomCheater.PluginFramework.Core | ||
7 | { | ||
8 | /// <summary> | ||
9 | /// Base class for all input plugins | ||
10 | /// </summary> | ||
11 | public abstract class InputPlugin : PluginBase | ||
12 | { | ||
13 | } | ||
14 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |