Can edit and delete spells.

Signed-off-by: Melissa Avery-Weir <melissa.avery@wellsfargo.com>
This commit is contained in:
Melissa Avery-Weir
2011-09-22 14:17:36 -04:00
parent 0c3c021a85
commit afdd8d0b17
14 changed files with 237 additions and 146 deletions

View File

@@ -7,7 +7,7 @@ using System.Text.RegularExpressions;
namespace d20_SRD_Spell_Lists.Models {
public class Spell {
public bool IsPrepped { get; set; }
public string IsPrepped { get; set; }
public string Name { get; set; }
public string AltName { get; set; }
public string School { get; set; }