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

@ -1,13 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using MudEngine.GameManagement;
using MudEngine.GameObjects;
using MudEngine.GameObjects.Environment;
namespace MUDGame.Environments
namespace MUDGame
{
internal class Zeroth
{