Final commit with new changes. Class namespaces changed and editors changed. New classes added and Room Designer deleted.

This commit is contained in:
Scionwest_cp 2009-12-08 10:35:59 -08:00
parent 68e467fc05
commit 41047da6d1

View file

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MudDesigner.MudEngine.GameObjects.Items
{
public class BaseItem : BaseObject
{
}
}