Removes unused namespaces

This commit is contained in:
Kamron Batman 2018-09-14 08:41:38 -07:00
parent 86b63f003d
commit 3f0a72a62f
3151 changed files with 84 additions and 8178 deletions

View file

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using Server;
namespace Server.Engines.Chat
{

View file

@ -1,5 +1,4 @@
using System;
using Server;
using Server.Misc;
using Server.Network;
using Server.Accounting;

View file

@ -1,5 +1,3 @@
using System;
namespace Server.Engines.Chat
{
public delegate void OnChatAction( ChatUser from, Channel channel, string param );

View file

@ -1,5 +1,3 @@
using System;
namespace Server.Engines.Chat
{
public class ChatActionHandlers

View file

@ -1,5 +1,3 @@
using System;
namespace Server.Engines.Chat
{
public enum ChatCommand

View file

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using Server;
using Server.Accounting;
namespace Server.Engines.Chat

View file

@ -1,8 +1,3 @@
using System;
using Server;
using Server.Gumps;
using Server.Network;
namespace Server.Chat
{
public class ChatSystem

View file

@ -1,5 +1,4 @@
using System;
using Server;
using Server.Network;
namespace Server.Engines.Chat