Began some error corrections from adding BaseCommand
This commit is contained in:
parent
3ab27d2fae
commit
ac14f2a657
4 changed files with 5 additions and 2 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue