Provided support for changing the location of the projects save data root.

This commit is contained in:
Scionwest_cp 2012-03-10 19:15:43 -08:00
parent f5cf0c1f6a
commit 11b2e73f35
5 changed files with 62 additions and 11 deletions

View file

@ -15,7 +15,7 @@ namespace MudEngine.Core
#region Public Properties
public Boolean IsReadOnly
{
get { return this.isReadOnly; }
get { return this.isReadOnly; } //TODO: Rename to ReadOnly and _ReadOnly
}
#endregion