Began some error corrections from adding BaseCommand

This commit is contained in:
Scionwest_cp 2011-09-15 19:57:08 -07:00
parent 3ab27d2fae
commit ac14f2a657
4 changed files with 5 additions and 2 deletions

View file

@ -11,6 +11,8 @@ namespace MudEngine.Commands
{
public Boolean Override { get; set; }
public String Name { get; set; }
//public String Name { get; set; }
public List<String> Help { get; set; }