Mud Engine:

- Removed Attributes namespace and classes. Was not being used.
This commit is contained in:
Scionwest_cp 2010-01-10 18:00:49 -08:00
parent 98857cc0de
commit dafcc55437
5 changed files with 0 additions and 33 deletions

View file

@ -7,7 +7,6 @@ using System.Xml.Serialization;
using System.Xml;
//MudEngine
using MudDesigner.MudEngine.Attributes;
using MudDesigner.MudEngine.FileSystem;
using MudDesigner.MudEngine.GameObjects;
using MudDesigner.MudEngine.GameObjects.Environment;