This commit is contained in:
Budoray_cp 2011-09-15 06:47:10 -07:00
parent b23f84e509
commit 3ab27d2fae

View file

@ -71,9 +71,9 @@ namespace MudEngine.GameObjects.Characters
public Int32 Charisma { get; set; }
/// <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>
public Int32 Experiance { get; set; }
public Int32 Experience { get; set; }
}