Primarily a bug fix check-in
This commit is contained in:
parent
bcd9f46b0a
commit
9b475691d5
10 changed files with 35 additions and 48 deletions
|
@ -10,7 +10,7 @@ using MudEngine.Game.Characters;
|
|||
using MudEngine.GameScripts;
|
||||
namespace MudEngine.Game.Environment
|
||||
{
|
||||
public class Room : BaseScript, IUpdatable
|
||||
public class Room : Environment
|
||||
{
|
||||
public Zone Zone { get; private set; }
|
||||
|
||||
|
@ -26,11 +26,6 @@ namespace MudEngine.Game.Environment
|
|||
this.Zone = zone;
|
||||
}
|
||||
|
||||
public void Update()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue