• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] (In-game Working) Dragon Studios Emulator

B

Baker

Guest
Hi,

Here is the Dragon Studios emulator that works up to in-game.
Past that, things are still broken for the most part.

Download:


Virus Total:


Enjoy
 
Newbie Spellweaver
Joined
Jul 6, 2014
Messages
7
Reaction score
1
So basically you downloaded whatever emulator you could find, and made it get you in game, then because you are not smart enough to get it fully working you decided to release it so you can feel a bit less dumb?
 
B

Baker

Guest
So basically you downloaded whatever emulator you could find, and made it get you in game, then because you are not smart enough to get it fully working you decided to release it so you can feel a bit less dumb?

No? I released this because I've seen more people begin working on emulators recently. I have nothing to do with this emulator, as I am currently in the process of building my own. Dem assumptions doe bby. I luv it
 
Junior Spellweaver
Joined
Feb 23, 2013
Messages
140
Reaction score
4
i cant compile that source what sql i should to use here????? so what sql i should to use with it ??????im using the sql 2012

hey can someone can compile the source for me ?
 
Last edited by a moderator:
Experienced Elementalist
Joined
Jul 6, 2014
Messages
222
Reaction score
14
congratulation you release my old Source :D new source is up to date...
With crusader support? Kappa


Oh and also:
The method or operation is not implemented.


at DragonStudios.Zone.Game.Maps.LivingObject`2.Load(SqlConnection SQLCon)
at DragonStudios.Zone.Game.NPCs.DefaultNPC.Load(SqlConnection SQLCon)
at DragonStudios.Zone.Game.Maps.MapObject.FinalizeLoad(SqlConnection SQLCon)
at DragonStudios.Zone.Game.NPCs.NPCManager.CreateNPC(NPCInfo Info)
at DragonStudios.Zone.Game.NPCs.NPCManager.On_MapManager_MapStarted(Object sender, MapEventArgs`1 args)
at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
at DragonStudios.Zone.Game.Maps.MapManager.FinalizeMapStart(Map Map)
at DragonStudios.Zone.Game.Maps.MapManager.StartLocalMap(UInt16 InstanceID, FieldInfo FieldInfo, LocalMap& Map)
 
Last edited:
Newbie Spellweaver
Joined
Apr 28, 2012
Messages
24
Reaction score
5
Step 1: Use SQl 2012
Step 2: Make Database and run the SQl Sript from "Emulator Release\Source\Database"
Step 3: Go to "Emulator Release\Source\DragonStudios.Auth", "Emulator Release\Source\DragonStudios.World" and "Emulator Release\Source\DragonStudios.Zone" and open "AuthConfig.xml", "WorldConfig.xml" and "ZoneConfig.xml"
Step 4: Set your file path and your database config in that 3 files
<ServerConfig>C:\Users\:D\Desktop\Emulator Release\Emulator Release\Source\ServerConfig.xml</ServerConfig>
<EngineConfig>C:\Users\:D\Desktop\Emulator Release\Emulator Release\Source\EngineConfig.xml</EngineConfig>
<GameConfig>C:\Users\:D\Desktop\Emulator Release\Emulator Release\Source\GameConfig.xml</GameConfig>

<Host>:D-PC\SQLEXPRESS</Host>
<Username>sa</Username>
<Password>pass</Password>

Step 5: Open the GameConfig.xml in "Emulator Release\Source" and set the file path
<GameData>C:\Users\:D\Desktop\Emulator Release\Emulator Release\Source\!Data</GameData>

Step 6: Copie all xml files and past it in the "Run" folder
Step 7: Open "Emulator Projekt.sln" with "Visual Studio Community 2015"
Step 8: Under "Test", "Analyze" and "Window" stands "DragonStudios.Auth" beside that klick "Start" and close the window
Set "DragonStudios.Auth" in "DragonStudios.World" and klick "Start" and close the window
Set "DragonStudios.World" in "DragonStudios.Zone" and klick "Start" and close the window
Step 9: Go to "Run" folder and start the exe

//Edit: The DragonStudios.Zone.exe is crashed
 
Junior Spellweaver
Joined
Feb 23, 2013
Messages
140
Reaction score
4
sure good so what client i must to use with that emulator? and mine zones crashs
 
Junior Spellweaver
Joined
Feb 7, 2012
Messages
119
Reaction score
25
You should update this:


With new the updated one c;
*hurp*

Baker - [Release] (In-game Working) Dragon Studios Emulator - RaGEZONE Forums
 
Experienced Elementalist
Joined
Jul 6, 2014
Messages
222
Reaction score
14






And? c:
 
Skilled Illusionist
Joined
Jan 24, 2012
Messages
364
Reaction score
169




Vote for Donald Trump 2016.
 
Newbie Spellweaver
Joined
Apr 11, 2016
Messages
5
Reaction score
0
Can anyone tell me exactly what this is? An emulator obviously, but what's the big difference between this and regular server files?
 
Newbie Spellweaver
Joined
Mar 30, 2016
Messages
6
Reaction score
0
I'm getting this error, when i'm compiling it.

Code:
1>------ Build started: Project: DragonStudios.Engine, Configuration: Debug Any CPU ------
2>------ Build started: Project: DragonStudios.Zone, Configuration: Debug Any CPU ------
1>C:\Users\Username\Desktop\Fiesta\DragonStudios.Engine\Game\Maps\KingdomMapBase.cs(24,55,24,68): warning CS0067: The event 'DragonStudios.Engine.Game.Maps.KingdomMapBase.OnObjectAdded' is never used
1>C:\Users\Username\Desktop\Fiesta\DragonStudios.Engine\Game\Maps\KingdomMapBase.cs(26,55,26,70): warning CS0067: The event 'DragonStudios.Engine.Game.Maps.KingdomMapBase.OnObjectRemoved' is never used
1>  DragonStudios.Engine -> C:\Users\Username\Desktop\Fiesta\Run\DragonStudios.Engine.dll
3>------ Build started: Project: DragonStudios.Auth, Configuration: Debug Any CPU ------
3>  DragonStudios.Auth -> C:\Users\Username\Desktop\Fiesta\Run\DragonStudios.Auth.exe
4>------ Build started: Project: DragonStudios.World, Configuration: Debug Any CPU ------
4>  DragonStudios.World -> C:\Users\Username\Desktop\Fiesta\Run\DragonStudios.World.exe
2>C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "DragonStudios.Engine". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Config\ZoneConfig.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Actions\BuffAction_Stats.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Actions\BuffAction_Stats.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Actions\BuffAction_Stats.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Actions\BuffAction_Stats.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffActionBase.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffActionBase.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffActionBase.cs(7,44,7,55): error CS0246: The type or namespace name 'iBuffAction' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Actions\BuffAction_Stats.cs(8,60,8,73): error CS0246: The type or namespace name 'iStatsChanger' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(12,32,12,37): error CS0246: The type or namespace name 'iBuff' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(12,35,12,53): error CS0246: The type or namespace name 'BuffCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(8,21,8,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(9,21,9,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(10,21,10,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(11,21,11,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(12,21,12,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(13,21,13,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(14,21,14,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(15,21,15,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(16,21,16,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(17,21,17,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(18,21,18,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(33,37,33,110): error CS0246: The type or namespace name 'ZoneCharacterBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHandler.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(12,44,12,64): error CS0246: The type or namespace name 'CharacterHousingBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(14,44,14,115): error CS0246: The type or namespace name 'CharacterManagerBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterEventArgs.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterRequest.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterRequest.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterRequest.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterRequest.cs(11,48,11,59): error CS0246: The type or namespace name 'iExpireAble' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(8,21,8,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(9,21,9,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(10,21,10,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeRequest.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeRequest.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeRequest.cs(9,44,9,55): error CS0246: The type or namespace name 'iExpireAble' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\ChargedEffectCollection.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\ChargedEffectCollection.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\ChargedEffectCollection.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\ChargedEffectCollection.cs(7,51,7,78): error CS0246: The type or namespace name 'ChargedEffectCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\EffectManager.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\EffectManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\EffectManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Inventory.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Inventory.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Inventory.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Inventory.cs(7,42,7,59): error CS0246: The type or namespace name 'ChargedEffectBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_None.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_None.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_None.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_None.cs(7,37,7,54): error CS0246: The type or namespace name 'ChargedEffectBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stats.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stats.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stats.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stats.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stats.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stats.cs(9,38,9,55): error CS0246: The type or namespace name 'ChargedEffectBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stats.cs(9,57,9,70): error CS0246: The type or namespace name 'iStatsChanger' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stones.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stones.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stones.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stones.cs(8,39,8,56): error CS0246: The type or namespace name 'ChargedEffectBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(11,44,11,61): error CS0246: The type or namespace name 'FightSequenceBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(8,21,8,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightingManager.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightingManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightSequense.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightSequense.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightSequense.cs(7,34,7,51): error CS0246: The type or namespace name 'FightSequenceBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(9,46,9,63): error CS0246: The type or namespace name 'FightSequenceBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_ACCOUNT_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_ACCOUNT_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_KICK_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_KICK_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_INFO_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_INFO_HANDLER.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Chat\CMD_CHAT_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Chat\CMD_CHAT_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Data\Recall.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GMCommandManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GMCommandManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Group\CMD_GROUP_INFO_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Group\CMD_GROUP_INFO_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_MISC_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_MISC_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_INFO_HANDLER.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_INFO_HANDLER.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(10,33,10,42): error CS0246: The type or namespace name 'GroupBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(11,40,11,56): error CS0246: The type or namespace name 'GroupManagerBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupMember.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupMember.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupMember.cs(6,39,6,54): error CS0246: The type or namespace name 'GroupMemberBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\Guild.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\Guild.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\Guild.cs(8,33,8,46): error CS0246: The type or namespace name 'ZoneGuildBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(13,40,13,56): error CS0246: The type or namespace name 'GuildManagerBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildMember.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildMember.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildMember.cs(7,39,7,54): error CS0246: The type or namespace name 'GuildMemberBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(12,40,12,56): error CS0246: The type or namespace name 'GuildStorageBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(11,43,11,86): error CS0246: The type or namespace name 'CharacterItemBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(13,51,13,104): error CS0246: The type or namespace name 'CharacterItemCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(8,25,8,39): error CS0246: The type or namespace name 'ItemBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Mounts\Mount.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Mounts\Mount.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Mounts\Mount.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Mounts\Mount.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Mounts\Mount.cs(11,33,11,39): error CS0246: The type or namespace name 'iMount' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(12,49,12,74): error CS0246: The type or namespace name 'PremiumItemCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\DefaultItem.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\DefaultItem.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\DefaultItem.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Default.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Default.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MagicPotion.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MagicPotion.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MagicPotion.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MagicPotion.cs(10,59,10,76): error CS0246: The type or namespace name 'iItem_MagicPotion' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MiniHouse.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MiniHouse.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MiniHouse.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MiniHouse.cs(9,57,9,72): error CS0246: The type or namespace name 'iItem_MiniHouse' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Mount.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Mount.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Mount.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Mount.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Mount.cs(10,53,10,64): error CS0246: The type or namespace name 'iItem_Mount' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MountFood.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MountFood.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MysteryVault.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MysteryVault.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Scroll.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Scroll.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_SkillBook.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_SkillBook.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_SkillBook.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_WeaponSkin.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_WeaponSkin.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_WeaponSkin.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_WeaponSkin.cs(9,58,9,74): error CS0246: The type or namespace name 'iItem_WeaponSkin' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\MagicPotionItem.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\MagicPotionItem.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\MysteryVaultItem.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\MysteryVaultItem.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\ScrollItem.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\ScrollItem.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\SkillBookItem.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\SkillBookItem.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\SkillBookItem.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperManager.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperManager.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperParser.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperParser.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\Parsers\InRangeParser.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\Parsers\InRangeParser.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\Parsers\InRangeParser.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\DisplayManager.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\DisplayManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\DisplayManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(99,39,99,49): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(133,53,133,66): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(12,82,12,121): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(9,49,9,74): error CS0246: The type or namespace name 'LivingObjectSelectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(8,21,8,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(9,21,9,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(10,21,10,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\Map.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\Map.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\Map.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\Map.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\Map.cs(9,33,9,37): error CS0246: The type or namespace name 'iMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(8,44,8,54): error CS0246: The type or namespace name 'iSectorMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(14,49,14,58): error CS0246: The type or namespace name 'iLocalMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChatBase.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChatBase.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChatBase.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChatBase.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChatBase.cs(9,41,9,52): error CS0246: The type or namespace name 'ChatManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(8,21,8,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(10,76,10,112): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(8,21,8,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(9,21,9,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(10,21,10,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(11,21,11,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(16,37,16,47): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\NormalMap.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\NormalMap.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\RemoteMap.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(10,36,10,45): error CS0246: The type or namespace name 'iMobGroup' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobRegen.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobRegen.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobRegen.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobRegen.cs(9,36,9,45): error CS0246: The type or namespace name 'iMobRegen' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(11,37,11,44): error CS0246: The type or namespace name 'MobBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\DefaultNPC.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\DefaultNPC.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(12,70,12,74): error CS0246: The type or namespace name 'iNPC' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GateNPC.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GateNPC.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GateNPC.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GateNPC.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GateNPC.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GuildNPC.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GuildNPC.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\ItemNPCBase.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\ItemNPCBase.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\ItemNPCBase.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(8,21,8,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\SoulStoneNPC.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\SoulStoneNPC.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\SoulStoneNPC.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\StuffNPC.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\StuffNPC.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\WeaponNPC.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\WeaponNPC.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(9,21,9,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(13,36,13,45): error CS0246: The type or namespace name 'iQuestion' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Actions\Act_HealTarget.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Actions\Act_HealTarget.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Actions\Act_HealTarget.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillAction.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillAction.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillAction.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillAction.cs(8,47,8,65): error CS0246: The type or namespace name 'iActiveSkillAction' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(11,39,11,54): error CS0246: The type or namespace name 'ActiveSkillBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillEffect.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillEffect.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillEffect.cs(6,47,6,65): error CS0246: The type or namespace name 'iActiveSkillEffect' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Effects\Eft_Default.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Effects\Eft_Default.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Effects\Eft_Summon.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Effects\Eft_Summon.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(11,43,11,62): error CS0246: The type or namespace name 'SkillCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Stats\CharacterStats.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Stats\CharacterStats.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Stats\CharacterStats.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Stats\CharacterStats.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Stats\CharacterStats.cs(11,42,11,63): error CS0246: The type or namespace name 'CharacterStatsManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Managers\Titles_Level.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Managers\Titles_Level.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Managers\Titles_Level.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(8,21,8,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(9,21,9,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(13,33,13,39): error CS0246: The type or namespace name 'iTitle' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(11,43,11,62): error CS0246: The type or namespace name 'TitleCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\Trade.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\Trade.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\Trade.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\Trade.cs(8,33,8,42): error CS0246: The type or namespace name 'TradeBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransfer.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransfer.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransfer.cs(9,41,9,71): error CS0246: The type or namespace name 'ServerTransferBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransferManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransferManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransferManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransferManager.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Zones\RemoteZone.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Zones\RemoteZone.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Zones\RemoteZone.cs(6,38,6,43): error CS0246: The type or namespace name 'iZone' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameClient.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameClient.cs(7,38,7,101): error CS0246: The type or namespace name 'InGameClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameClientManager.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameClientManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameClientManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameClientManager.cs(7,45,7,83): error CS0246: The type or namespace name 'ClientManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameListener.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameListener.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameListener.cs(7,66,7,90): error CS0246: The type or namespace name 'DragonStudioPacketParser' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameListener.cs(7,40,7,91): error CS0246: The type or namespace name 'ListenerBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePacket.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePacket.cs(5,38,5,56): error CS0246: The type or namespace name 'DragonStudioPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePacketHandler.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePacketHandler.cs(5,45,5,70): error CS0246: The type or namespace name 'DragonStudioPacketHandler' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePingManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePingManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePingManager.cs(7,43,7,66): error CS0246: The type or namespace name 'PingManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameSession.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameSession.cs(5,39,5,65): error CS0246: The type or namespace name 'FiestaSession' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH14Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH14Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH15Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH15Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH18Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH24Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH24Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH24Helpers.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH2Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH36Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH36Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH38Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH6Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH6Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH6Helpers.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldClient.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldClient.cs(5,39,5,76): error CS0246: The type or namespace name 'ClientBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacket.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacket.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacket.cs(6,39,6,57): error CS0246: The type or namespace name 'DragonStudioPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(6,46,6,71): error CS0246: The type or namespace name 'DragonStudioPacketHandler' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldSession.cs(1,21,1,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldSession.cs(5,40,5,69): error CS0246: The type or namespace name 'InternalSession' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(6,21,6,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(7,21,7,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(8,21,8,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(9,21,9,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(11,21,11,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(17,40,17,46): error CS0246: The type or namespace name 'iWorld' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneEngine.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneEngine.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneEngine.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneEngine.cs(5,21,5,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneEngine.cs(9,38,9,48): error CS0246: The type or namespace name 'GameEngine' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneManager.cs(2,21,2,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneManager.cs(3,21,3,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneManager.cs(4,21,4,27): error CS0234: The type or namespace name 'Engine' does not exist in the namespace 'DragonStudios' (are you missing an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneManager.cs(9,39,9,44): error CS0246: The type or namespace name 'iZone' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(14,26,14,35): error CS0246: The type or namespace name 'iLocalMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(12,26,12,30): error CS0246: The type or namespace name 'iMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Config\ZoneConfig.cs(27,16,27,29): error CS0246: The type or namespace name 'ServiceConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Config\ZoneConfig.cs(28,16,28,30): error CS0246: The type or namespace name 'DatabaseConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(14,42,14,69): error CS0246: The type or namespace name 'ClientEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(15,42,15,69): error CS0246: The type or namespace name 'ClientEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(151,67,151,74): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(185,66,185,93): error CS0246: The type or namespace name 'ClientEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(196,73,196,80): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(209,74,209,81): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Actions\BuffAction_Stats.cs(11,16,11,27): error CS0246: The type or namespace name 'StatsHolder' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Actions\BuffAction_Stats.cs(12,33,12,38): error CS0246: The type or namespace name 'iBuff' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Actions\BuffAction_Stats.cs(12,45,12,61): error CS0246: The type or namespace name 'SubAbStateAction' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(16,16,16,29): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(17,16,17,27): error CS0246: The type or namespace name 'AbStateInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(19,16,19,30): error CS0246: The type or namespace name 'SubAbStateInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(20,16,20,27): error CS0246: The type or namespace name 'iBuffAction' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(28,21,28,34): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(28,42,28,53): error CS0118: 'DragonStudios.Zone.Game.Buffs.Buff.AbStateInfo' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(121,46,121,51): error CS0246: The type or namespace name 'iBuff' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(121,58,121,74): error CS0246: The type or namespace name 'SubAbStateAction' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(121,90,121,101): error CS0246: The type or namespace name 'iBuffAction' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\Buff.cs(163,35,163,43): error CS0246: The type or namespace name 'GameTime' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffActionBase.cs(9,16,9,21): error CS0246: The type or namespace name 'iBuff' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffActionBase.cs(10,16,10,32): error CS0246: The type or namespace name 'SubAbStateAction' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffActionBase.cs(14,34,14,39): error CS0246: The type or namespace name 'iBuff' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffActionBase.cs(14,46,14,62): error CS0118: 'DragonStudios.Zone.Game.Buffs.BuffActionBase.SubAbStateAction' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(14,33,14,50): error CS0246: The type or namespace name 'ExpireAbleManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(15,31,15,44): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(24,34,24,45): error CS0246: The type or namespace name 'AbStateInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(24,74,24,79): error CS0246: The type or namespace name 'iBuff' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(55,37,55,42): error CS0246: The type or namespace name 'iBuff' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(72,49,72,54): error CS0246: The type or namespace name 'iBuff' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(78,52,78,57): error CS0246: The type or namespace name 'iBuff' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(86,51,86,62): error CS0246: The type or namespace name 'AbStateInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(86,91,86,96): error CS0246: The type or namespace name 'iBuff' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(97,72,97,79): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffManager.cs(15,71,15,78): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffManager.cs(49,74,49,81): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(36,25,36,78): error CS0246: The type or namespace name 'CharacterItemCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(104,44,104,73): error CS0246: The type or namespace name 'LivingObjectMovementEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(105,25,105,52): error CS0246: The type or namespace name 'ChargedEffectCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(107,25,107,50): error CS0246: The type or namespace name 'PremiumItemCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(109,25,109,44): error CS0246: The type or namespace name 'TitleCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(111,25,111,44): error CS0246: The type or namespace name 'SkillCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(113,25,113,46): error CS0246: The type or namespace name 'CharacterStatsManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(115,25,115,43): error CS0246: The type or namespace name 'BuffCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(117,25,117,50): error CS0246: The type or namespace name 'LivingObjectSelectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(119,25,119,45): error CS0246: The type or namespace name 'CharacterHousingBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(134,34,134,42): error CS0246: The type or namespace name 'iAccount' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(134,76,134,85): error CS0246: The type or namespace name 'ClassInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(134,106,134,114): error CS0246: The type or namespace name 'HairInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(134,121,134,134): error CS0246: The type or namespace name 'HairColorInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(134,146,134,154): error CS0246: The type or namespace name 'FaceInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(310,43,310,50): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(316,35,316,43): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(330,40,330,47): error CS0246: The type or namespace name 'MapInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(388,41,388,54): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(398,47,398,58): error CS0246: The type or namespace name 'iItem_Mount' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\Character.cs(398,28,398,34): error CS0246: The type or namespace name 'iMount' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHandler.cs(9,72,9,79): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHandler.cs(41,72,41,79): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(14,33,14,47): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(23,55,23,65): error CS0246: The type or namespace name 'RestStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(35,53,35,63): error CS0246: The type or namespace name 'RestStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(47,28,47,43): error CS0246: The type or namespace name 'iItem_MiniHouse' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(59,71,59,78): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(70,69,70,76): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(31,63,31,71): error CS0246: The type or namespace name 'iAccount' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(31,105,31,114): error CS0246: The type or namespace name 'ClassInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(31,135,31,143): error CS0246: The type or namespace name 'HairInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(31,150,31,163): error CS0246: The type or namespace name 'HairColorInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(31,175,31,183): error CS0246: The type or namespace name 'FaceInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(81,73,81,80): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(124,66,124,93): error CS0246: The type or namespace name 'ClientEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(133,89,133,96): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(149,69,149,76): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(154,74,154,81): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(184,67,184,74): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterEventArgs.cs(9,16,9,20): error CS0246: The type or namespace name 'iMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterEventArgs.cs(10,16,10,24): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterEventArgs.cs(11,58,11,62): error CS0246: The type or namespace name 'iMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterEventArgs.cs(11,68,11,76): error CS0118: 'DragonStudios.Zone.Game.Characters.FindCharacterEventArgs.Position' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterManager.cs(14,24,14,41): error CS0246: The type or namespace name 'ExpireAbleManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterManager.cs(76,84,76,91): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterRequest.cs(67,35,67,43): error CS0246: The type or namespace name 'GameTime' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterRequest.cs(87,85,87,92): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(21,24,21,41): error CS0246: The type or namespace name 'ExpireAbleManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(30,38,30,52): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(30,64,30,71): error CS0246: The type or namespace name 'MapInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(85,81,85,88): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(141,86,141,93): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeRequest.cs(11,16,11,30): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeRequest.cs(19,33,19,47): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeRequest.cs(39,35,39,43): error CS0246: The type or namespace name 'GameTime' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\ChargedEffectCollection.cs(9,40,9,54): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\ChargedEffectCollection.cs(21,53,21,70): error CS0246: The type or namespace name 'ChargedEffectInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\ChargedEffectCollection.cs(21,81,21,95): error CS0246: The type or namespace name 'iChargedEffect' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\EffectManager.cs(10,41,10,55): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\EffectManager.cs(10,63,10,80): error CS0246: The type or namespace name 'ChargedEffectInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\EffectManager.cs(10,91,10,105): error CS0246: The type or namespace name 'iChargedEffect' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Inventory.cs(9,31,9,45): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Inventory.cs(9,53,9,70): error CS0246: The type or namespace name 'ChargedEffectInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_None.cs(9,26,9,40): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_None.cs(9,48,9,65): error CS0246: The type or namespace name 'ChargedEffectInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stats.cs(11,16,11,27): error CS0246: The type or namespace name 'StatsHolder' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stats.cs(16,27,16,41): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stats.cs(16,49,16,66): error CS0246: The type or namespace name 'ChargedEffectInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stones.cs(14,28,14,42): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Effects\Types\CEft_Stones.cs(14,50,14,67): error CS0246: The type or namespace name 'ChargedEffectInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(16,16,16,29): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(17,16,17,28): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(27,49,27,62): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(27,74,27,87): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(27,118,27,130): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(46,48,46,56): error CS0246: The type or namespace name 'GameTime' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\AoEFightSequence.cs(156,36,156,49): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(17,35,17,50): error CS0246: The type or namespace name 'OnDeadEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(31,69,31,76): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(40,47,40,60): error CS0246: The type or namespace name 'iInGameClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(40,69,40,78): error CS0246: The type or namespace name 'FieldInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(49,39,49,52): error CS0246: The type or namespace name 'iInGameClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(49,61,49,70): error CS0246: The type or namespace name 'FieldInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(61,58,61,73): error CS0246: The type or namespace name 'OnDeadEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(75,36,75,49): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(75,59,75,72): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightingManager.cs(13,80,13,87): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightingManager.cs(22,79,22,86): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightSequense.cs(10,16,10,29): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightSequense.cs(12,30,12,43): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightSequense.cs(12,54,12,67): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightSequense.cs(23,48,23,56): error CS0246: The type or namespace name 'GameTime' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(11,16,11,29): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(13,16,13,28): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(17,35,17,48): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(17,79,17,92): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(17,101,17,113): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\SkillFightSequence.cs(28,48,28,56): error CS0246: The type or namespace name 'GameTime' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_ACCOUNT_HANDLER.cs(11,51,11,61): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_ACCOUNT_HANDLER.cs(16,47,16,57): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(12,46,12,60): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(68,44,68,54): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(73,39,73,49): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(78,44,78,54): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_KICK_HANDLER.cs(11,44,11,54): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_KICK_HANDLER.cs(16,41,16,51): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(10,41,10,51): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(15,46,15,56): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(20,46,20,56): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(26,48,26,58): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(14,44,14,58): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(47,46,47,60): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(78,42,78,56): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(96,45,96,59): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(138,42,138,56): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(151,42,151,56): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(164,38,164,52): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_INFO_HANDLER.cs(12,42,12,52): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(13,44,13,58): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(63,44,63,54): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(10,42,10,52): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(15,43,15,53): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(20,45,20,55): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(25,43,25,53): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Chat\CMD_CHAT_HANDLER.cs(11,42,11,52): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Chat\CMD_CHAT_HANDLER.cs(16,44,16,54): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Data\Recall.cs(9,16,9,24): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Data\Recall.cs(11,23,11,32): error CS0246: The type or namespace name 'SQLResult' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Data\Recall.cs(21,37,21,45): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_HANDLER.cs(11,43,11,57): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_HANDLER.cs(16,46,16,60): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(11,48,11,62): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(16,52,16,66): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(22,52,22,66): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(28,47,28,61): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GMCommandManager.cs(16,63,16,79): error CS0246: The type or namespace name 'CommandEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GMCommandManager.cs(26,60,26,81): error CS0246: The type or namespace name 'CommandErrorEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(10,38,10,48): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(18,39,18,49): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(26,42,26,52): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Group\CMD_GROUP_INFO_HANDLER.cs(10,43,10,57): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(12,41,12,51): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(59,44,59,54): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(13,37,13,51): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(52,37,52,51): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(121,42,121,56): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(174,38,174,52): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(216,42,216,56): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(221,37,221,51): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(19,37,19,51): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(54,37,54,51): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(80,39,80,53): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_MISC_HANDLER.cs(10,47,10,61): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(10,44,10,54): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(16,46,16,56): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(21,44,21,54): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_HANDLER.cs(10,37,10,47): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_HANDLER.cs(29,41,29,51): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_INFO_HANDLER.cs(10,39,10,49): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(12,32,12,42): error CS0246: The type or namespace name 'GroupFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(17,32,17,42): error CS0246: The type or namespace name 'GroupFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(17,50,17,60): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(17,76,17,86): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(33,60,33,70): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(33,82,33,91): error CS0246: The type or namespace name 'GroupRank' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(33,28,33,40): error CS0246: The type or namespace name 'iGroupMember' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(37,28,37,40): error CS0246: The type or namespace name 'iGroupMember' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(50,51,50,63): error CS0246: The type or namespace name 'iGroupMember' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(62,54,62,66): error CS0246: The type or namespace name 'iGroupMember' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(77,32,77,44): error CS0246: The type or namespace name 'iGroupMember' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(84,35,84,47): error CS0246: The type or namespace name 'iGroupMember' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(93,53,93,82): error CS0246: The type or namespace name 'LivingObjectMovementEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(100,59,100,91): error CS0246: The type or namespace name 'LivingObjectHPSPChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\Group.cs(107,55,107,80): error CS0246: The type or namespace name 'CharacterLevelUpEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(25,79,25,108): error CS0246: The type or namespace name 'CharacterEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(48,63,48,73): error CS0246: The type or namespace name 'GroupFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(48,28,48,34): error CS0246: The type or namespace name 'iGroup' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(64,76,64,83): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(91,78,91,85): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(111,80,111,87): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(139,82,139,89): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(165,82,165,89): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupMember.cs(8,28,8,34): error CS0246: The type or namespace name 'iGroup' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupMember.cs(8,42,8,52): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupMember.cs(8,64,8,73): error CS0246: The type or namespace name 'GroupRank' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\Guild.cs(10,25,10,38): error CS0246: The type or namespace name 'iGuildStorage' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\Guild.cs(28,84,28,94): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\Guild.cs(49,28,49,40): error CS0246: The type or namespace name 'iGuildMember' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\Guild.cs(53,60,53,70): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\Guild.cs(53,82,53,91): error CS0246: The type or namespace name 'GuildRank' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\Guild.cs(53,28,53,40): error CS0246: The type or namespace name 'iGuildMember' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(39,28,39,34): error CS0246: The type or namespace name 'iGuild' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(43,115,43,125): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(43,28,43,34): error CS0246: The type or namespace name 'iGuild' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(50,50,50,64): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(50,76,50,86): error CS0246: The type or namespace name 'iZoneGuild' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(50,94,50,106): error CS0246: The type or namespace name 'iGuildMember' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(79,76,79,83): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(106,81,106,88): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(146,79,146,86): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildMember.cs(9,28,9,34): error CS0246: The type or namespace name 'iGuild' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildMember.cs(14,28,14,34): error CS0246: The type or namespace name 'iGuild' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildMember.cs(14,42,14,52): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildMember.cs(14,64,14,73): error CS0246: The type or namespace name 'GuildRank' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(14,29,14,39): error CS0246: The type or namespace name 'iZoneGuild' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(23,28,23,33): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(41,78,41,85): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(80,75,80,82): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(118,76,118,83): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(13,33,13,50): error CS0246: The type or namespace name 'ExpireAbleManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(24,54,24,62): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(24,86,24,95): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(51,42,51,50): error CS0246: The type or namespace name 'GameTime' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(62,32,62,45): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(74,52,74,65): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(151,47,151,54): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(155,48,155,55): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItem.cs(159,53,159,60): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(28,100,28,114): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(32,65,32,73): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(32,97,32,106): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(32,114,32,127): error CS0246: The type or namespace name 'InventoryType' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(32,169,32,183): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(39,94,39,108): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(59,91,59,99): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(59,123,59,132): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(59,140,59,153): error CS0246: The type or namespace name 'InventoryType' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(59,23,59,37): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(148,49,148,54): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(171,52,171,57): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(492,70,492,77): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(581,71,581,78): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(604,71,604,78): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(620,69,620,76): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(640,69,640,76): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(13,21,13,29): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(13,53,13,62): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(29,47,29,54): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(33,48,33,55): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(37,53,37,60): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(56,38,56,43): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(56,50,56,57): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(85,39,85,44): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(85,51,85,58): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(138,44,138,49): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(138,56,138,63): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(237,43,237,51): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(320,42,320,50): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Item.cs(349,39,349,46): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Mounts\Mount.cs(13,16,13,30): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Mounts\Mount.cs(14,16,14,27): error CS0246: The type or namespace name 'iItem_Mount' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Mounts\Mount.cs(31,22,31,36): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Mounts\Mount.cs(31,44,31,55): error CS0246: The type or namespace name 'iItem_Mount' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Mounts\Mount.cs(62,37,62,45): error CS0246: The type or namespace name 'GameTime' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(14,38,14,52): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(26,34,26,48): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(39,37,39,51): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(58,28,58,42): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(68,71,68,79): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(68,99,68,108): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(68,28,68,42): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(78,63,78,80): error CS0246: The type or namespace name 'ChargedEffectInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\PremiumItemCollection.cs(78,28,78,42): error CS0246: The type or namespace name 'iChargedEffect' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\DefaultItem.cs(13,49,13,57): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\DefaultItem.cs(13,81,13,90): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\DefaultItem.cs(26,28,26,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Default.cs(12,50,12,58): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Default.cs(12,82,12,91): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Default.cs(25,28,25,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MagicPotion.cs(30,54,30,62): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MagicPotion.cs(30,86,30,95): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MagicPotion.cs(43,28,43,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MiniHouse.cs(11,16,11,29): error CS0246: The type or namespace name 'MiniHouseInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MiniHouse.cs(25,52,25,60): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MiniHouse.cs(25,84,25,93): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MiniHouse.cs(57,28,57,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Mount.cs(12,16,12,25): error CS0246: The type or namespace name 'MountInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Mount.cs(32,48,32,56): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Mount.cs(32,80,32,89): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Mount.cs(62,28,62,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MountFood.cs(14,52,14,60): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MountFood.cs(14,84,14,93): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MountFood.cs(28,28,28,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MysteryVault.cs(13,55,13,63): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MysteryVault.cs(13,87,13,96): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_MysteryVault.cs(31,28,31,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Scroll.cs(12,49,12,57): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Scroll.cs(12,81,12,90): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_Scroll.cs(27,28,27,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_SkillBook.cs(13,52,13,60): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_SkillBook.cs(13,84,13,93): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_SkillBook.cs(28,28,28,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_WeaponSkin.cs(27,53,27,61): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_WeaponSkin.cs(27,85,27,94): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\Item_WeaponSkin.cs(59,28,59,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\MagicPotionItem.cs(29,53,29,61): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\MagicPotionItem.cs(29,85,29,94): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\MagicPotionItem.cs(42,28,42,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\MysteryVaultItem.cs(13,54,13,62): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\MysteryVaultItem.cs(13,86,13,95): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\MysteryVaultItem.cs(31,28,31,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\ScrollItem.cs(12,48,12,56): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\ScrollItem.cs(12,80,12,89): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\ScrollItem.cs(27,28,27,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\SkillBookItem.cs(13,51,13,59): error CS0246: The type or namespace name 'ItemInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\SkillBookItem.cs(13,83,13,92): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\Types\SkillBookItem.cs(28,28,28,41): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperManager.cs(97,82,97,89): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperParser.cs(8,25,8,35): error CS0246: The type or namespace name 'MapperType' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperParser.cs(21,43,21,50): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperParser.cs(21,61,21,68): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\Parsers\InRangeParser.cs(10,25,10,35): error CS0246: The type or namespace name 'MapperType' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\Parsers\InRangeParser.cs(25,43,25,50): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\Parsers\InRangeParser.cs(25,61,25,68): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\DisplayManager.cs(34,56,34,74): error CS0246: The type or namespace name 'MapObjectEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\DisplayManager.cs(133,58,133,76): error CS0246: The type or namespace name 'MapObjectEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\DisplayManager.cs(150,70,150,88): error CS0246: The type or namespace name 'MapObjectEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\DisplayManager.cs(196,72,196,90): error CS0246: The type or namespace name 'MapObjectEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(19,39,19,84): error CS0246: The type or namespace name 'MapChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(20,39,20,80): error CS0246: The type or namespace name 'MapSectorChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(22,39,22,83): error CS0246: The type or namespace name 'MapObjectEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(54,59,54,63): error CS0246: The type or namespace name 'iMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(68,65,68,75): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(80,25,80,37): error CS0246: The type or namespace name 'StatsManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(85,41,85,54): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(95,51,95,58): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(100,25,100,38): error CS0246: The type or namespace name 'MapObjectType' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(110,43,110,50): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(135,33,135,52): error CS0246: The type or namespace name 'SequenceAbleManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(161,35,161,67): error CS0246: The type or namespace name 'LivingObjectHPSPChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(183,35,183,67): error CS0246: The type or namespace name 'LivingObjectHPSPChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(187,25,187,37): error CS0246: The type or namespace name 'StatsManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(188,16,188,34): error CS0246: The type or namespace name 'BuffCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(191,16,191,41): error CS0246: The type or namespace name 'LivingObjectSelectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(192,16,192,30): error CS0246: The type or namespace name 'iFightSequence' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(194,35,194,64): error CS0246: The type or namespace name 'LivingObjectMovementEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(228,41,228,54): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(231,51,231,58): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(236,26,236,34): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(258,36,258,49): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObject.cs(272,49,272,63): error CS0246: The type or namespace name 'iFightSequence' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(11,17,11,31): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(14,38,14,51): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(35,58,35,90): error CS0246: The type or namespace name 'LivingObjectHPSPChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(59,43,59,56): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(98,43,98,56): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(102,46,102,59): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(119,74,119,81): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(139,76,139,83): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(17,38,17,48): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(17,16,17,49): error CS0246: The type or namespace name 'SecureWriteCollection' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(19,35,19,53): error CS0246: The type or namespace name 'MapObjectEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(20,35,20,53): error CS0246: The type or namespace name 'MapObjectEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(25,9,25,21): error CS0246: The type or namespace name 'iChatManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(28,9,28,21): error CS0246: The type or namespace name 'iChatManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(35,22,35,32): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(36,22,36,32): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(41,46,41,56): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(42,22,42,36): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(51,28,51,33): error CS0246: The type or namespace name 'iZone' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(51,59,51,68): error CS0246: The type or namespace name 'FieldInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(131,50,131,60): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(135,76,135,89): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(183,31,183,41): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(255,50,255,60): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(266,34,266,44): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(308,53,308,63): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(324,31,324,38): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(324,54,324,68): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(333,44,333,58): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LocalMap.cs(333,102,333,116): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\Map.cs(12,16,12,21): error CS0246: The type or namespace name 'iZone' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\Map.cs(15,16,15,25): error CS0246: The type or namespace name 'FieldInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\Map.cs(32,23,32,28): error CS0246: The type or namespace name 'iZone' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\Map.cs(32,54,32,63): error CS0118: 'DragonStudios.Zone.Game.Maps.Map.FieldInfo' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\Map.cs(63,27,63,34): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(13,38,13,48): error CS0246: The type or namespace name 'ChatConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(30,50,30,62): error CS0246: The type or namespace name 'iChatMessage' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(30,28,30,35): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(34,53,34,65): error CS0246: The type or namespace name 'iChatMessage' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(34,75,34,82): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(54,66,54,73): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(77,64,77,83): error CS0246: The type or namespace name 'ChatResultEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChatBase.cs(19,45,19,55): error CS0246: The type or namespace name 'ChatConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChatBase.cs(31,45,31,55): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChatBase.cs(31,67,31,77): error CS0246: The type or namespace name 'ChatResult' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(16,42,16,59): error CS0246: The type or namespace name 'MapEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(17,42,17,59): error CS0246: The type or namespace name 'MapEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(140,62,140,71): error CS0246: The type or namespace name 'FieldInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(169,76,169,85): error CS0246: The type or namespace name 'FieldInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(279,44,279,51): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(303,79,303,86): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(342,72,342,79): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(366,71,366,78): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(385,79,385,86): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(413,75,413,82): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(17,39,17,84): error CS0246: The type or namespace name 'MapChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(18,39,18,80): error CS0246: The type or namespace name 'MapSectorChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(20,39,20,83): error CS0246: The type or namespace name 'MapObjectEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(58,59,58,63): error CS0246: The type or namespace name 'iMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(72,65,72,75): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(101,25,101,38): error CS0246: The type or namespace name 'MapObjectType' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(107,16,107,20): error CS0246: The type or namespace name 'iMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(119,17,119,21): error CS0246: The type or namespace name 'iMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(120,35,120,54): error CS0246: The type or namespace name 'MapChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(122,16,122,26): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(134,17,134,27): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(135,35,135,60): error CS0246: The type or namespace name 'MapSectorChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(137,16,137,24): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(139,16,139,33): error CS0246: The type or namespace name 'InRangeCollection' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(146,35,146,63): error CS0246: The type or namespace name 'UpdateCounterChangeEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(156,35,156,53): error CS0246: The type or namespace name 'MapObjectEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(215,51,215,55): error CS0246: The type or namespace name 'iMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(224,57,224,67): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(256,43,256,50): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapObject.cs(257,31,257,38): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(19,9,19,19): error CS0246: The type or namespace name 'iSectorMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(25,16,25,48): error CS0246: The type or namespace name 'SecureWriteCollection' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(32,46,32,56): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(33,22,33,32): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(34,22,34,36): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(35,22,35,26): error CS0246: The type or namespace name 'iMob' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(115,33,115,43): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(143,36,143,46): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(179,58,179,87): error CS0246: The type or namespace name 'LivingObjectMovementEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(204,44,204,73): error CS0246: The type or namespace name 'LivingObjectMovementEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(279,76,279,86): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(279,16,279,26): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(304,83,304,97): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(304,16,304,30): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(330,67,330,71): error CS0246: The type or namespace name 'iMob' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(330,16,330,20): error CS0246: The type or namespace name 'iMob' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(357,31,357,38): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(357,88,357,102): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(379,44,379,58): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(379,102,379,116): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapSector.cs(406,34,406,44): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(13,39,13,49): error CS0246: The type or namespace name 'ChatConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(30,50,30,62): error CS0246: The type or namespace name 'iChatMessage' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(30,28,30,35): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(34,53,34,65): error CS0246: The type or namespace name 'iChatMessage' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(34,75,34,82): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(59,67,59,74): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(82,64,82,83): error CS0246: The type or namespace name 'ChatResultEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(11,62,11,69): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(126,66,126,73): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(149,66,149,73): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(161,65,161,72): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(173,66,173,73): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\NormalMap.cs(8,26,8,31): error CS0246: The type or namespace name 'iZone' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\NormalMap.cs(8,57,8,66): error CS0118: 'DragonStudios.Zone.Game.Maps.Map.FieldInfo' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\RemoteMap.cs(8,62,8,71): error CS0118: 'DragonStudios.Zone.Game.Maps.Map.FieldInfo' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(10,16,10,25): error CS0246: The type or namespace name 'BlockInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(23,9,23,19): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(34,29,34,34): error CS0246: The type or namespace name 'iZone' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(34,60,34,69): error CS0118: 'DragonStudios.Zone.Game.Maps.Map.FieldInfo' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(100,45,100,55): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(119,51,119,59): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(119,9,119,19): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(123,46,123,54): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(129,9,129,19): error CS0246: The type or namespace name 'iMapSector' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\SectorMap.cs(138,40,138,48): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(12,16,12,25): error CS0246: The type or namespace name 'iLocalMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(14,16,14,33): error CS0246: The type or namespace name 'MobRegenGroupInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(24,38,24,47): error CS0246: The type or namespace name 'iMobRegen' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(24,16,24,48): error CS0246: The type or namespace name 'SecureWriteCollection' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(25,21,25,29): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(28,22,28,31): error CS0246: The type or namespace name 'iMobRegen' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(29,22,29,31): error CS0246: The type or namespace name 'iMobRegen' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(33,17,33,25): error CS0246: The type or namespace name 'RandomMT' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(35,17,35,34): error CS0246: The type or namespace name 'UpdateAbleManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(38,25,38,34): error CS0246: The type or namespace name 'iLocalMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(38,40,38,57): error CS0246: The type or namespace name 'MobRegenGroupInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(88,47,88,55): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobGroup.cs(88,16,88,24): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobManager.cs(12,45,12,54): error CS0246: The type or namespace name 'iLocalMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobManager.cs(12,61,12,70): error CS0246: The type or namespace name 'iMobGroup' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobManager.cs(27,69,27,86): error CS0246: The type or namespace name 'MapEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobRegen.cs(11,16,11,25): error CS0246: The type or namespace name 'iMobGroup' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobRegen.cs(13,16,13,28): error CS0246: The type or namespace name 'MobRegenInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobRegen.cs(21,22,21,26): error CS0246: The type or namespace name 'iMob' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobRegen.cs(23,25,23,34): error CS0246: The type or namespace name 'iMobGroup' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobRegen.cs(23,42,23,54): error CS0246: The type or namespace name 'MobRegenInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobRegen.cs(39,35,39,43): error CS0246: The type or namespace name 'GameTime' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(13,16,13,25): error CS0246: The type or namespace name 'iMobRegen' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(17,25,17,43): error CS0246: The type or namespace name 'BuffCollectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(24,25,24,50): error CS0246: The type or namespace name 'LivingObjectSelectionBase' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(32,41,32,54): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(40,26,40,35): error CS0246: The type or namespace name 'iMobRegen' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(40,43,40,51): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\Mob_Regen.cs(52,55,52,83): error CS0246: The type or namespace name 'UpdateCounterChangeEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\DefaultNPC.cs(10,27,10,34): error CS0246: The type or namespace name 'NPCInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\DefaultNPC.cs(23,48,23,62): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\DefaultNPC.cs(27,39,27,53): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GateNPC.cs(16,24,16,31): error CS0246: The type or namespace name 'NPCInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GateNPC.cs(45,48,45,62): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GateNPC.cs(59,58,59,81): error CS0246: The type or namespace name 'QuestionAnswerEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GateNPC.cs(81,39,81,53): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GuildNPC.cs(10,25,10,32): error CS0246: The type or namespace name 'NPCInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GuildNPC.cs(29,48,29,62): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\GuildNPC.cs(36,39,36,53): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\ItemNPCBase.cs(10,17,10,24): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\ItemNPCBase.cs(11,31,11,38): error CS0246: The type or namespace name 'NPCInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\ItemNPCBase.cs(25,28,25,35): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\ItemNPCBase.cs(26,55,26,69): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\ItemNPCBase.cs(30,46,30,60): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(14,32,14,45): error CS0246: The type or namespace name 'MapObjectType' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(18,16,18,23): error CS0246: The type or namespace name 'NPCInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(19,32,19,44): error CS0246: The type or namespace name 'StatsManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(23,17,23,32): error CS0246: The type or namespace name 'NPCStatsManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(24,27,24,34): error CS0118: 'DragonStudios.Zone.Game.NPCs.NPCBase.NPCInfo' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(40,41,40,54): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(50,47,50,61): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(57,39,57,53): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(60,58,60,65): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCBase.cs(69,50,69,57): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(31,69,31,86): error CS0246: The type or namespace name 'MapEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(50,69,50,86): error CS0246: The type or namespace name 'MapEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(65,42,65,49): error CS0246: The type or namespace name 'NPCInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(115,78,115,85): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(135,73,135,80): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(155,69,155,76): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(186,70,186,77): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\SoulStoneNPC.cs(12,29,12,36): error CS0118: 'DragonStudios.Zone.Game.NPCs.NPCBase.NPCInfo' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\SoulStoneNPC.cs(24,39,24,53): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\SoulStoneNPC.cs(42,72,42,79): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\SoulStoneNPC.cs(75,72,75,79): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\StuffNPC.cs(10,25,10,32): error CS0118: 'DragonStudios.Zone.Game.NPCs.NPCBase.NPCInfo' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\StuffNPC.cs(22,28,22,35): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\WeaponNPC.cs(10,26,10,33): error CS0118: 'DragonStudios.Zone.Game.NPCs.NPCBase.NPCInfo' is a 'property' but is used like a 'type'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\WeaponNPC.cs(22,28,22,35): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(15,16,15,30): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(18,38,18,45): error CS0246: The type or namespace name 'iAnswer' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(18,16,18,46): error CS0246: The type or namespace name 'SecureWriteCollection' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(19,35,19,58): error CS0246: The type or namespace name 'QuestionAnswerEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(26,22,26,29): error CS0246: The type or namespace name 'iAnswer' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(27,22,27,29): error CS0246: The type or namespace name 'iAnswer' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(30,44,30,51): error CS0246: The type or namespace name 'iAnswer' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(32,25,32,39): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(90,31,90,38): error CS0246: The type or namespace name 'iAnswer' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(116,48,116,55): error CS0246: The type or namespace name 'iAnswer' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(134,37,134,44): error CS0246: The type or namespace name 'iAnswer' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(148,76,148,83): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Actions\Act_HealTarget.cs(10,31,10,43): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Actions\Act_HealTarget.cs(10,51,10,72): error CS0246: The type or namespace name 'ActiveSkillActionInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Actions\Act_HealTarget.cs(25,44,25,57): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(13,28,13,42): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(13,63,13,78): error CS0246: The type or namespace name 'ActiveSkillInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(31,28,31,46): error CS0246: The type or namespace name 'iActiveSkillEffect' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(48,60,48,81): error CS0246: The type or namespace name 'ActiveSkillActionInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(48,28,48,46): error CS0246: The type or namespace name 'iActiveSkillAction' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkill.cs(68,44,68,57): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillAction.cs(10,16,10,28): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillAction.cs(11,16,11,37): error CS0246: The type or namespace name 'ActiveSkillActionInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillAction.cs(18,37,18,49): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillAction.cs(18,57,18,78): error CS0246: The type or namespace name 'ActiveSkillActionInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillAction.cs(44,44,44,57): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillEffect.cs(8,16,8,28): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillEffect.cs(14,37,14,49): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\ActiveSkillEffect.cs(32,44,32,57): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Effects\Eft_Default.cs(8,28,8,40): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Effects\Eft_Default.cs(25,44,25,57): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Effects\Eft_Summon.cs(15,27,15,39): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\Effects\Eft_Summon.cs(33,44,33,57): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(13,32,13,46): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(27,36,27,51): error CS0246: The type or namespace name 'ActiveSkillInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(49,68,49,83): error CS0246: The type or namespace name 'ActiveSkillInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(49,28,49,40): error CS0246: The type or namespace name 'iActiveSkill' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(66,80,66,87): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(105,82,105,89): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Stats\CharacterStats.cs(72,45,72,54): error CS0246: The type or namespace name 'StatsType' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Stats\CharacterStats.cs(90,36,90,45): error CS0246: The type or namespace name 'StatsType' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Stats\CharacterStats.cs(163,76,163,83): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Managers\Titles_Level.cs(17,63,17,92): error CS0246: The type or namespace name 'CharacterEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Managers\Titles_Level.cs(22,65,22,90): error CS0246: The type or namespace name 'CharacterLevelUpEventArgs' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(16,16,16,30): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(19,16,19,25): error CS0246: The type or namespace name 'TitleInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(20,16,20,26): error CS0246: The type or namespace name 'TitleLevel' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(32,31,32,45): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(32,53,32,62): error CS0246: The type or namespace name 'TitleInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Title.cs(32,69,32,79): error CS0246: The type or namespace name 'TitleLevel' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(13,32,13,46): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(27,64,27,73): error CS0246: The type or namespace name 'TitleInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(27,80,27,90): error CS0246: The type or namespace name 'TitleLevel' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(27,28,27,34): error CS0246: The type or namespace name 'iTitle' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(34,37,34,43): error CS0246: The type or namespace name 'iTitle' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(49,36,49,45): error CS0246: The type or namespace name 'TitleInfo' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(49,68,49,74): error CS0246: The type or namespace name 'iTitle' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(73,73,73,80): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\Trade.cs(10,22,10,36): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\Trade.cs(10,44,10,58): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\Trade.cs(70,38,70,43): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(16,74,16,81): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(64,81,64,88): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(86,80,86,87): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(103,72,103,79): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(127,71,127,78): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(141,72,141,79): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(169,78,169,85): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(189,74,189,81): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(214,77,214,84): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransfer.cs(12,16,12,24): error CS0246: The type or namespace name 'iAccount' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransfer.cs(16,41,16,49): error CS0246: The type or namespace name 'iAccount' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransfer.cs(32,42,32,50): error CS0246: The type or namespace name 'GameTime' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransferManager.cs(15,24,15,41): error CS0246: The type or namespace name 'ExpireAbleManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransferManager.cs(77,86,77,93): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Zones\RemoteZone.cs(9,16,9,26): error CS0246: The type or namespace name 'ZoneConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Zones\RemoteZone.cs(12,36,12,46): error CS0246: The type or namespace name 'ZoneConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameClientManager.cs(9,23,9,36): error CS0246: The type or namespace name 'PacketManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameClientManager.cs(19,35,19,57): error CS0246: The type or namespace name 'iListener' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePingManager.cs(16,28,16,35): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePingManager.cs(27,66,27,73): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePingManager.cs(39,66,39,73): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(9,52,9,59): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(9,68,9,77): error CS0246: The type or namespace name 'ItemFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(9,113,9,118): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(32,48,32,55): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(32,92,32,97): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(55,46,55,53): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(63,46,63,53): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(71,41,71,48): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(71,72,71,85): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(87,41,87,48): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(87,57,87,62): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH12Helpers.cs(87,69,87,82): error CS0246: The type or namespace name 'ItemUseStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH14Helpers.cs(8,66,8,76): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH14Helpers.cs(8,23,8,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH14Helpers.cs(17,62,17,76): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH14Helpers.cs(17,23,17,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH14Helpers.cs(26,63,26,77): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH14Helpers.cs(26,23,26,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH15Helpers.cs(8,41,8,50): error CS0246: The type or namespace name 'iQuestion' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH18Helpers.cs(7,53,7,67): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH18Helpers.cs(15,45,15,59): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(11,45,11,52): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(11,63,11,73): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(20,45,20,55): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(20,23,20,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(26,43,26,49): error CS0246: The type or namespace name 'iTrade' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(41,23,41,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(45,43,45,50): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(53,42,53,49): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(60,23,60,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(65,43,65,50): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(72,50,72,57): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(80,46,80,53): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(87,23,87,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(94,40,94,47): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(94,58,94,63): error CS0246: The type or namespace name 'iItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(106,47,106,54): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(115,50,115,57): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH19Helpers.cs(123,43,123,50): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH24Helpers.cs(9,45,9,52): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH24Helpers.cs(9,63,9,69): error CS0246: The type or namespace name 'iTitle' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH24Helpers.cs(18,45,18,52): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH24Helpers.cs(18,63,18,69): error CS0246: The type or namespace name 'iTitle' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH24Helpers.cs(29,54,29,68): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH24Helpers.cs(29,76,29,82): error CS0246: The type or namespace name 'iTitle' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH2Helpers.cs(7,42,7,49): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH36Helpers.cs(8,59,8,66): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH36Helpers.cs(8,77,8,91): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH36Helpers.cs(19,63,19,70): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH36Helpers.cs(19,81,19,95): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH38Helpers.cs(7,51,7,61): error CS0246: The type or namespace name 'iZoneGuild' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH38Helpers.cs(7,69,7,86): error CS0246: The type or namespace name 'GuildStorageFlags' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(12,43,12,57): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(12,69,12,76): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(36,46,36,60): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(36,72,36,79): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(65,51,65,65): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(65,77,65,84): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(124,50,124,64): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(124,76,124,83): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(185,38,185,52): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(185,64,185,71): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(192,43,192,57): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(192,69,192,76): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(214,44,214,58): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(214,70,214,77): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(221,50,221,64): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(221,76,221,83): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(235,51,235,65): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(235,77,235,84): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(250,47,250,61): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(250,73,250,80): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(266,53,266,67): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(266,79,266,86): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(285,47,285,61): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(285,73,285,80): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(311,52,311,66): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(319,43,319,57): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH4Helpers.cs(327,44,327,58): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH6Helpers.cs(9,42,9,55): error CS0246: The type or namespace name 'iInGameClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH6Helpers.cs(9,64,9,68): error CS0246: The type or namespace name 'iMap' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH6Helpers.cs(9,103,9,108): error CS0246: The type or namespace name 'iZone' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(15,49,15,59): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(15,23,15,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(29,45,29,55): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(29,97,29,104): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(46,48,46,58): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(46,23,46,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(62,44,62,54): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(62,23,62,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(68,46,68,56): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(68,65,68,79): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(68,23,68,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(77,48,77,58): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(77,67,77,81): error CS0246: The type or namespace name 'iCharacterItem' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH7Helpers.cs(77,23,77,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(12,45,12,55): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(12,23,12,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(19,42,19,49): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(19,58,19,66): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(23,42,23,49): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(32,41,32,48): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(32,57,32,65): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(36,41,36,48): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(45,45,45,55): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(45,64,45,72): error CS0246: The type or namespace name 'Position' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(45,23,45,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(49,45,49,55): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(49,23,49,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(60,45,60,55): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(60,23,60,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(71,76,71,85): error CS0246: The type or namespace name 'ChatColor' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(71,23,71,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(82,45,82,55): error CS0246: The type or namespace name 'iMapObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(82,94,82,103): error CS0246: The type or namespace name 'ChatColor' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(82,23,82,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(102,41,102,48): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(110,43,110,50): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(118,44,118,51): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(125,55,125,68): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(125,23,125,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(133,57,133,70): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(133,23,133,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(140,48,140,55): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(148,50,148,57): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(148,68,148,78): error CS0246: The type or namespace name 'RestStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(156,48,156,55): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(156,66,156,76): error CS0246: The type or namespace name 'RestStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(165,57,165,71): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(165,23,165,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(173,55,173,69): error CS0246: The type or namespace name 'iZoneCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(173,23,173,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(183,55,183,59): error CS0246: The type or namespace name 'iNPC' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(183,23,183,30): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(28,48,28,61): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(28,78,28,85): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(82,48,82,61): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(82,72,82,85): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(95,45,95,58): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(95,69,95,82): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(111,45,111,58): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(111,65,111,78): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(122,51,122,58): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(133,47,133,54): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(143,49,143,62): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(154,40,154,47): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(161,44,161,51): error CS0246: The type or namespace name 'iClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(171,56,171,69): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(183,38,183,51): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH9Helpers.cs(203,55,203,68): error CS0246: The type or namespace name 'iLivingObject' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacket.cs(8,28,8,42): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacket.cs(11,28,11,42): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacket.cs(14,28,14,42): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacket.cs(17,28,17,42): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacket.cs(20,28,20,42): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacket.cs(23,28,23,42): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacket.cs(26,28,26,42): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(8,35,8,49): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(11,35,11,49): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(14,35,14,49): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(17,35,17,49): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(20,35,20,49): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(23,35,23,49): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(26,35,26,49): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\WorldPacketHandler.cs(29,35,29,49): error CS0246: The type or namespace name 'InternalOpCode' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(22,16,22,27): error CS0246: The type or namespace name 'WorldConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(23,9,23,20): error CS0246: The type or namespace name 'WorldConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(28,16,28,27): error CS0246: The type or namespace name 'WorldStatus' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(34,24,34,37): error CS0246: The type or namespace name 'PacketManager' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(108,38,108,45): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(116,66,116,75): error CS0246: The type or namespace name 'ChatColor' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(127,45,127,58): error CS0246: The type or namespace name 'iInGameClient' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(131,45,131,55): error CS0246: The type or namespace name 'iCharacter' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(161,80,161,87): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(179,86,179,93): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(214,81,214,88): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneEngine.cs(12,23,12,35): error CS0246: The type or namespace name 'ServerConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneEngine.cs(21,24,21,37): error CS0246: The type or namespace name 'iEngineConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneManager.cs(19,16,19,26): error CS0246: The type or namespace name 'ZoneConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneManager.cs(20,9,20,19): error CS0246: The type or namespace name 'ZoneConfig' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneManager.cs(33,52,33,59): error CS0246: The type or namespace name 'iPacket' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(150,10,150,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(195,10,195,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Authentication\LoginManager.cs(208,10,208,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffCollection.cs(96,10,96,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffManager.cs(14,10,14,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Buffs\BuffManager.cs(48,10,48,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHandler.cs(8,10,8,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHandler.cs(40,10,40,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(58,10,58,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterHousing.cs(69,10,69,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(21,10,21,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(21,10,21,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(80,10,80,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(132,10,132,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(148,10,148,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(153,10,153,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\CharacterManager.cs(183,10,183,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterManager.cs(15,10,15,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterManager.cs(15,10,15,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterManager.cs(75,10,75,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\FindCharacterRequest.cs(86,10,86,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(23,10,23,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(23,10,23,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(84,10,84,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Characters\MapChangeManager.cs(140,10,140,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(19,12,19,21): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(19,12,19,21): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\DeadManager.cs(30,12,30,29): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightingManager.cs(12,10,12,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Fighting\FightingManager.cs(21,10,21,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_ACCOUNT_HANDLER.cs(10,10,10,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_ACCOUNT_HANDLER.cs(10,10,10,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_ACCOUNT_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_ACCOUNT_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_ACCOUNT_HANDLER.cs(7,6,7,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_ACCOUNT_HANDLER.cs(7,6,7,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(11,10,11,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(11,10,11,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(67,10,67,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(67,10,67,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(72,10,72,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(72,10,72,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(77,10,77,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(77,10,77,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(8,6,8,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_BAN_HANDLER.cs(8,6,8,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_KICK_HANDLER.cs(10,10,10,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_KICK_HANDLER.cs(10,10,10,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_KICK_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_KICK_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_KICK_HANDLER.cs(7,6,7,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_KICK_HANDLER.cs(7,6,7,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(14,10,14,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(14,10,14,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(19,10,19,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(19,10,19,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(24,10,24,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(24,10,24,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(25,10,25,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(25,10,25,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Account\CMD_UNBAN_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(13,10,13,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(13,10,13,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(46,10,46,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(46,10,46,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(77,10,77,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(77,10,77,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(95,10,95,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(95,10,95,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(137,10,137,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(137,10,137,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(150,10,150,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(150,10,150,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(163,10,163,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(163,10,163,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(9,6,9,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_HANDLER.cs(9,6,9,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_INFO_HANDLER.cs(11,10,11,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_INFO_HANDLER.cs(11,10,11,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_INFO_HANDLER.cs(8,6,8,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_INFO_HANDLER.cs(8,6,8,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(11,10,11,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(11,10,11,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(12,10,12,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(12,10,12,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(62,10,62,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(62,10,62,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(8,6,8,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_CHAR_TELEPORT_HANDLER.cs(8,6,8,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(14,10,14,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(14,10,14,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(19,10,19,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(19,10,19,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(24,10,24,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(24,10,24,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Character\CMD_MONEY_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Chat\CMD_CHAT_HANDLER.cs(10,10,10,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Chat\CMD_CHAT_HANDLER.cs(10,10,10,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Chat\CMD_CHAT_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Chat\CMD_CHAT_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Chat\CMD_CHAT_HANDLER.cs(7,6,7,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Chat\CMD_CHAT_HANDLER.cs(7,6,7,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_HANDLER.cs(10,10,10,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_HANDLER.cs(10,10,10,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(10,10,10,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(10,10,10,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(21,10,21,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(21,10,21,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(27,10,27,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(27,10,27,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(7,6,7,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Entry\CMD_ENTRY_INFO_HANDLER.cs(7,6,7,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GMCommandManager.cs(9,10,9,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GMCommandManager.cs(9,10,9,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(17,10,17,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(17,10,17,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(25,10,25,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(25,10,25,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\GM\CMD_GM_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Group\CMD_GROUP_INFO_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Group\CMD_GROUP_INFO_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Group\CMD_GROUP_INFO_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Group\CMD_GROUP_INFO_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(11,10,11,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(11,10,11,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(57,10,57,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(57,10,57,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(58,10,58,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(58,10,58,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(8,6,8,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Item\CMD_ITEM_HANDLER.cs(8,6,8,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(12,10,12,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(12,10,12,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(51,10,51,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(51,10,51,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(120,10,120,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(120,10,120,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(173,10,173,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(173,10,173,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(215,11,215,18): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(215,11,215,18): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(220,10,220,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(220,10,220,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(9,6,9,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_MAP_HANDLER.cs(9,6,9,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(18,10,18,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(18,10,18,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(53,10,53,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(53,10,53,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(78,10,78,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(78,10,78,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(79,10,79,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(79,10,79,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(107,10,107,22): error CS0246: The type or namespace name 'InitCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(107,10,107,22): error CS0246: The type or namespace name 'InitCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(11,6,11,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Map\CMD_RECALL_HANDLER.cs(11,6,11,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_MISC_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_MISC_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_MISC_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_MISC_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(14,10,14,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(14,10,14,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(15,10,15,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(20,10,20,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(20,10,20,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Misc\CMD_RECALL_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_HANDLER.cs(28,10,28,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_HANDLER.cs(28,10,28,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_INFO_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_INFO_HANDLER.cs(9,10,9,17): error CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_INFO_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategory' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\GMCommands\Server\CMD_SERVER_INFO_HANDLER.cs(6,6,6,21): error CS0246: The type or namespace name 'CommandCategoryAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(15,10,15,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(15,10,15,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(63,10,63,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(90,10,90,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(110,10,110,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(138,10,138,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Groups\GroupManager.cs(164,10,164,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(20,10,20,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(20,10,20,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(78,10,78,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(105,10,105,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildManager.cs(145,10,145,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(40,10,40,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(79,10,79,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Guilds\GuildStorage.cs(117,10,117,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(491,10,491,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(580,10,580,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(603,10,603,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(619,10,619,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Items\CharacterItemCollection.cs(639,10,639,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperManager.cs(16,10,16,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperManager.cs(16,10,16,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mapper\MapperManager.cs(96,10,96,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(118,10,118,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\LivingObjectSelection.cs(138,10,138,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapChat.cs(53,10,53,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(39,10,39,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(39,10,39,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(302,10,302,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(341,10,341,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(365,10,365,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(384,10,384,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapManager.cs(412,10,412,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MapShout.cs(58,10,58,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(125,10,125,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(148,10,148,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(160,10,160,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Maps\MovementManager.cs(172,10,172,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobManager.cs(18,10,18,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Mobs\MobManager.cs(18,10,18,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(19,10,19,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(19,10,19,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(114,10,114,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(134,10,134,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(154,10,154,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\NPCManager.cs(185,10,185,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\SoulStoneNPC.cs(41,10,41,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\NPCs\SoulStoneNPC.cs(74,10,74,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Question.cs(147,10,147,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(65,10,65,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Skills\SkillCollection.cs(104,10,104,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Stats\CharacterStats.cs(162,10,162,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Managers\Titles_Level.cs(10,10,10,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\Managers\Titles_Level.cs(10,10,10,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Titles\TitleCollection.cs(72,10,72,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(15,10,15,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(63,10,63,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(85,10,85,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(102,10,102,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(126,10,126,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(140,10,140,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(168,10,168,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(188,10,188,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Trading\TradeManager.cs(213,10,213,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransferManager.cs(16,10,16,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransferManager.cs(16,10,16,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Game\Transfers\WorldTransferManager.cs(76,10,76,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameClientManager.cs(12,10,12,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameClientManager.cs(12,10,12,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameListener.cs(10,10,10,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GameListener.cs(10,10,10,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePingManager.cs(11,10,11,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePingManager.cs(11,10,11,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePingManager.cs(26,10,26,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\GamePingManager.cs(38,10,38,27): error CS0616: 'DragonStudios.Zone.Network.GamePacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH6Helpers.cs(9,109,9,116): error CS1750: A value of type '<null>' cannot be used as a default parameter because there are no standard conversions to type 'iZone'
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(71,94,71,103): error CS0103: The name 'ChatColor' does not exist in the current context
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(82,112,82,121): error CS0103: The name 'ChatColor' does not exist in the current context
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\Network\Helpers\SH8Helpers.cs(156,86,156,96): error CS0103: The name 'RestStatus' does not exist in the current context
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(39,10,39,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(39,10,39,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(116,84,116,93): error CS0103: The name 'ChatColor' does not exist in the current context
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(160,10,160,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(178,10,178,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\WorldManager.cs(213,10,213,28): error CS0616: 'DragonStudios.Zone.Network.WorldPacketHandler' is not an attribute class
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneManager.cs(25,10,25,19): error CS0246: The type or namespace name 'GameStart' could not be found (are you missing a using directive or an assembly reference?)
2>C:\Users\Username\Desktop\Fiesta\DragonStudios.Zone\ZoneManager.cs(25,10,25,19): error CS0246: The type or namespace name 'GameStartAttribute' could not be found (are you missing a using directive or an assembly reference?)
 
Back
Top