mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-26 17:30:52 +01:00
Mysterybox | Change name variables
This commit is contained in:
parent
961540b045
commit
4687873f3c
@ -4,9 +4,9 @@ export class MysteryBoxWaitingCanceledMessageComposer implements IMessageCompose
|
||||
{
|
||||
private _data: ConstructorParameters<typeof MysteryBoxWaitingCanceledMessageComposer>;
|
||||
|
||||
constructor(k: number)
|
||||
constructor(ownerId: number)
|
||||
{
|
||||
this._data = [ k ];
|
||||
this._data = [ ownerId ];
|
||||
}
|
||||
|
||||
dispose(): void
|
||||
|
Loading…
Reference in New Issue
Block a user