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,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class EarthquakeScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class EnergyVortexScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ResurrectionScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class SummonAirElementalScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class SummonDaemonScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class SummonEarthElementalScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class SummonFireElementalScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class SummonWaterElementalScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class BladeSpiritsScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class DispelFieldScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class IncognitoScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MagicReflectScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MindBlastScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ParalyzeScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class PoisonFieldScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class SummonCreatureScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ClumsyScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class CreateFoodScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class FeeblemindScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class HealScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MagicArrowScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class NightSightScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ReactiveArmorScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class WeakenScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ArchProtectionScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ArchCureScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class CurseScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class FireFieldScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class GreaterHealScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class LightningScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ManaDrainScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class RecallScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class AnimatedWeaponScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class BombardScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class CleansingWindsScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class EagleStrikeScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class EnchantScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class HailStormScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class HealingStoneScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class MassSleepScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class NetherBoltScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class NetherCycloneScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class PurgeMagicScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class RisingColossusScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class SleepScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class SpellPlagueScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class SpellTriggerScroll : SpellScroll

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Items
{
public class StoneFormScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class AnimateDeadScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class BloodOathScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class CorpseSkinScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class CurseWeaponScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class EvilOmenScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ExorcismScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class HorrificBeastScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class LichFormScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MindRotScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class PainSpikeScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class PoisonStrikeScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class StrangleScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class SummonFamiliarScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class VampiricEmbraceScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class VengefulSpiritScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class WitherScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class WraithFormScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class AgilityScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class CunningScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class CureScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class HarmScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MagicTrapScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MagicUnTrapScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ProtectionScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class StrengthScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ChainLightningScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class EnergyFieldScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class FlamestrikeScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class GateTravelScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ManaVampireScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MassDispelScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MeteorSwarmScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class PolymorphScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class DispelScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class EnergyBoltScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ExplosionScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class InvisibilityScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MarkScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MassCurseScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ParalyzeFieldScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class RevealScroll : SpellScroll

View file

@ -1,5 +1,3 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Server.Spells;
using Server.ContextMenus;

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class ArcaneCircleScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class BlessScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class FireballScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class MagicLockScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class PoisonScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class TelekinisisScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class TeleportScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class UnlockScroll : SpellScroll

View file

@ -1,7 +1,3 @@
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class WallOfStoneScroll : SpellScroll