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

migrated Profanty Determent plugin

This commit is contained in:
RaidMax
2018-04-10 19:36:28 -05:00
parent 983ca0c667
commit f632a6d4c6
6 changed files with 57 additions and 147 deletions

View File

@ -1,10 +1,8 @@
using SharedLibrary.Interfaces;
using System;
using System.Collections.Generic;
using System.Text;
using SharedLibrary;
using System.Collections.Generic;
using SharedLibraryCore;
using SharedLibraryCore.Interfaces;
namespace ProfanityDeterment
namespace IW4MAdmin.Plugins.ProfanityDeterment
{
class Configuration : IBaseConfiguration
{