Provided support for changing the location of the projects save data root.
This commit is contained in:
parent
f5cf0c1f6a
commit
11b2e73f35
5 changed files with 62 additions and 11 deletions
|
@ -119,8 +119,7 @@ namespace MudEngine.Game
|
|||
|
||||
//Setup default save paths.
|
||||
this.SavePaths = new DataPaths();
|
||||
|
||||
SetupPaths();
|
||||
this.SavePaths.SetRelativePath("Data", DataTypes.Root);
|
||||
|
||||
this.World = new World(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue