Revision: | 83 |
Committed: | Wed May 9 17:48:15 2012 UTC (11 years, 4 months ago) by william |
File size: | 354 byte(s) |
Log Message: | plugin wip |
# | Content |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using RomCheater.PluginFramework.Interfaces; |
6 | |
7 | namespace RomCheater.PluginFramework.Core |
8 | { |
9 | /// <summary> |
10 | /// Base class for all window plugins |
11 | /// </summary> |
12 | public abstract class WindowPlugin : PluginBase, IWindowPlugin |
13 | { |
14 | } |
15 | } |