Unused vars

This commit is contained in:
asayre 2010-10-16 06:14:18 +00:00
parent d003f109a5
commit c62db2c9b6
4 changed files with 0 additions and 12 deletions

View file

@ -1,5 +1,4 @@
using System;
using Server;
using Server.Items;
using Server.Mobiles;
@ -12,8 +11,6 @@ namespace Server.Multis
private Mobile m_Prisoner;
private int m_SpawnRange;
[Constructable]
public BrigandCamp() : base( 0x10ee, 0 ) // dummy garbage at center
{

View file

@ -1,5 +1,4 @@
using System;
using Server;
using Server.Items;
using Server.Mobiles;
@ -11,8 +10,6 @@ namespace Server.Multis
private Mobile m_Prisoner;
private int m_SpawnRange;
[Constructable]
public LizardmenCamp() : base( 0x10ee , 0 ) // dummy garbage at center
{

View file

@ -1,5 +1,4 @@
using System;
using Server;
using Server.Items;
using Server.Mobiles;
@ -11,8 +10,6 @@ namespace Server.Multis
private Mobile m_Prisoner;
private int m_SpawnRange;
[Constructable]
public OrcCamp() : base( 0x10ee, 0 ) // dummy garbage at center
{

View file

@ -1,5 +1,4 @@
using System;
using Server;
using Server.Items;
using Server.Mobiles;
@ -11,8 +10,6 @@ namespace Server.Multis
private Mobile m_Prisoner;
private int m_SpawnRange;
[Constructable]
public RatCamp() : base( 0x10ee, 0 ) // dummy garbage at center
{