Unused vars
This commit is contained in:
parent
d003f109a5
commit
c62db2c9b6
4 changed files with 0 additions and 12 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue