1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

more plugin tweaks, added console interface!

This commit is contained in:
RaidMax
2015-08-22 01:04:30 -05:00
parent 7ca0b654ac
commit d42a329097
24 changed files with 235 additions and 166 deletions

View File

@ -4,7 +4,7 @@ using System.Threading;
namespace Webfront_Plugin
{
public class Webfront : Notify
public class Webfront : Plugin
{
private static Manager webManager;
@ -33,5 +33,15 @@ namespace Webfront_Plugin
webManagerThread.Start();
}
public override String Name
{
get { return "Webfront"; }
}
public override float Version
{
get { return 0.1f; }
}
}
}