MudOfflineExample:

- Various minor tweaks to the source.

MudServer:
 - Minor namespace change to reflect changes done in MudOfflineExample.
This commit is contained in:
Scionwest_cp 2010-07-27 16:52:57 -07:00
parent 793c3cf1e9
commit 9e51a8c74f
3 changed files with 9 additions and 29 deletions

View file

@ -6,7 +6,7 @@ using System.Text;
using MudEngine.FileSystem;
using MudEngine.GameManagement;
using MUDGame.Environments; //Pulling this from the example game, no sense re-writing what already exists.
using MUDGame; //Pulling this from the example game, no sense re-writing what already exists.
namespace MudServer
{