fixed dumb

This commit is contained in:
dank074 2021-10-20 23:40:14 -05:00
parent 9637be2008
commit 82af0976bf
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ export class CallForHelpCategoryData implements INamed, IDisposable
{
this._topics.push(new CallForHelpTopicData(wrapper));
count++;
count--;
}
}

View File

@ -24,7 +24,7 @@ export class CallForHelpTopicData implements INamed
return this._id;
}
public get _Str_26337(): string
public get consequence(): string
{
return this._consequence;
}