adds namespace
This commit is contained in:
parent
2d381dad91
commit
534a7f11c7
3 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ using Server.Engines.Quests.Collector;
|
|||
using Server.Items;
|
||||
using Server.Mobiles;
|
||||
using Server.Spells;
|
||||
using Server.Engines.AntiBot;
|
||||
|
||||
namespace Server.Engines.Harvest
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
using Server.Items;
|
||||
using Server.Targeting;
|
||||
using Server.Engines.AntiBot;
|
||||
|
||||
namespace Server.Engines.Harvest
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ using System;
|
|||
using Server.Items;
|
||||
using Server.Mobiles;
|
||||
using Server.Targeting;
|
||||
using Server.Engines.AntiBot;
|
||||
|
||||
namespace Server.Engines.Harvest
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue