This commit is contained in:
Scionwest_cp 2009-12-08 10:34:20 -08:00
parent dbe4a45738
commit c7f5a9b2a7
24 changed files with 566 additions and 1315 deletions

View file

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MudDesigner.MudEngine.Objects.Environment
namespace MudDesigner.MudEngine.GameObjects.Environment
{
public class Zone : BaseObject
{