Began initial work on the game world. World, Realm, Zone, Room and Doorway classes created but not implemented.
This commit is contained in:
parent
b708a63273
commit
a3eb1b5fad
18 changed files with 313 additions and 36 deletions
|
@ -23,10 +23,13 @@ namespace MudEngine.GameScripts
|
|||
|
||||
public XMLData SaveData { get; protected set; }
|
||||
|
||||
public StandardGame Game { get; private set; }
|
||||
|
||||
public BaseScript(StandardGame game, String name, String description)
|
||||
{
|
||||
this.Name = name;
|
||||
this.Description = description;
|
||||
this.Game = game;
|
||||
|
||||
this.ID = Guid.NewGuid().ToString();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue