Removed Engine.cs from the project file.

This commit is contained in:
Scionwest_cp 2009-12-03 13:18:25 -08:00
parent 6f9dc2d97a
commit f86975c8b9
3 changed files with 3 additions and 2 deletions

View file

@ -105,6 +105,5 @@ namespace MudDesigner.MudEngine.FileSystem
else
return System.IO.Path.Combine(rootPath, DataType.ToString());
}
}
}