fix dumb stuff

This commit is contained in:
dank074 2021-10-24 20:58:41 -05:00
parent cccd20db89
commit 22425e9b60

View File

@ -41,7 +41,7 @@ export class CallForHelpCategoryData implements INamed, IDisposable
return this._name; return this._name;
} }
public get _Str_14841(): CallForHelpTopicData[] public get topics(): CallForHelpTopicData[]
{ {
return this._topics; return this._topics;
} }