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,8 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Xml;
using Server;
using Server.Items;
using Server.Mobiles;
using Server.Gumps;

View file

@ -1,8 +1,4 @@
using System;
using System.Xml;
using Server;
using Server.Mobiles;
using Server.Gumps;
namespace Server.Regions
{

View file

@ -1,8 +1,4 @@
using System;
using System.Xml;
using Server;
using Server.Mobiles;
using Server.Spells;
using Server.Spells.Seventh;
using Server.Spells.Fourth;
using Server.Spells.Sixth;

View file

@ -1,11 +1,8 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Xml;
using Server;
using Server.Commands;
using Server.Mobiles;
using Server.Spells;
namespace Server.Regions
{

View file

@ -1,11 +1,7 @@
using System;
using Server;
using Server.Mobiles;
using Server.Items;
using Server.Multis;
using Server.Spells;
using Server.Spells.Sixth;
using Server.Guilds;
using Server.Gumps;
namespace Server.Regions

View file

@ -1,7 +1,4 @@
using System;
using System.Xml;
using Server;
using Server.Spells;
namespace Server.Regions
{

View file

@ -1,6 +1,4 @@
using System;
using System.Xml;
using Server;
namespace Server.Regions
{

View file

@ -2,7 +2,6 @@ using System;
using System.Collections;
using System.IO;
using System.Xml;
using Server;
using Server.Mobiles;
using Server.Items;
using System.Collections.Generic;

View file

@ -1,7 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Server;
using Server.Mobiles;
using Server.Commands;

View file

@ -1,7 +1,3 @@
using System;
using System.Collections;
using Server;
namespace Server.Regions
{
[TypeAlias( "Server.Regions.SpawnPersistance" )]

View file

@ -1,6 +1,4 @@
using System;
using System.Xml;
using Server;
namespace Server.Regions
{