mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-26 17:30:52 +01:00
fixed dumb
This commit is contained in:
parent
9637be2008
commit
82af0976bf
@ -19,7 +19,7 @@ export class CallForHelpCategoryData implements INamed, IDisposable
|
||||
{
|
||||
this._topics.push(new CallForHelpTopicData(wrapper));
|
||||
|
||||
count++;
|
||||
count--;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ export class CallForHelpTopicData implements INamed
|
||||
return this._id;
|
||||
}
|
||||
|
||||
public get _Str_26337(): string
|
||||
public get consequence(): string
|
||||
{
|
||||
return this._consequence;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user