* Included missing directory - Objects/Environment * Included missing files - Objects/Environment/Door.cs - Objects/Environment/Realm.cs - Objects/Environment/Room.cs - Objects/Environment/Zone.cs
11 lines
192 B
C#
11 lines
192 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace MUDEngine.Objects.Environment
|
|
{
|
|
public class Room : BaseObject
|
|
{
|
|
}
|
|
}
|