Deleted Networking folder.

Deleted ParseProperty Attribute.  A different approach will be used for dynamic Type saving.
Removed BaseObject.NewSave().  The re-write on save code will be done at a later date.
This commit is contained in:
Scionwest_cp 2011-09-27 18:47:02 -07:00
parent 373b8b66b8
commit c432edbef9
5 changed files with 1 additions and 65 deletions

View file

@ -54,8 +54,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Core\ParseProperty.cs" />
<Compile Include="Commands\BaseCommand.cs" />
<Compile Include="Core\BaseCommand.cs" />
<Compile Include="Commands\CommandRestart.cs" />
<Compile Include="Commands\CommandLogin.cs" />
<Compile Include="Commands\CommandSaveWorld.cs" />
@ -98,7 +97,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Networking\" />
<Folder Include="Objects\" />
<Folder Include="World\" />
</ItemGroup>