This commit is contained in:
parent
b23f84e509
commit
3ab27d2fae
1 changed files with 2 additions and 2 deletions
|
@ -71,9 +71,9 @@ namespace MudEngine.GameObjects.Characters
|
||||||
public Int32 Charisma { get; set; }
|
public Int32 Charisma { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Experiance is given to the player based off activities that they perform.
|
/// Experience is given to the player based off activities that they perform.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Int32 Experiance { get; set; }
|
public Int32 Experience { get; set; }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue