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

@ -4,7 +4,6 @@ using System.Linq;
using System.Windows.Forms;
//MudEngine
using MudDesigner.MudEngine;
using MudDesigner.MudEngine.Attributes;
using MudDesigner.MudEngine.FileSystem;
using MudDesigner.MudEngine.GameManagement;
using MudDesigner.MudEngine.GameObjects;