mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-31 11:12:35 +01:00
Update typings
This commit is contained in:
parent
432c649ee1
commit
f513a0f431
@ -3,7 +3,7 @@ import { IMessageParser } from '../../../../../../core/communication/messages/IM
|
|||||||
|
|
||||||
export class UserWardrobePageParser implements IMessageParser
|
export class UserWardrobePageParser implements IMessageParser
|
||||||
{
|
{
|
||||||
private _looks: Map<number, string[]>;
|
private _looks: Map<number, [ string, string ]>;
|
||||||
|
|
||||||
public flush(): boolean
|
public flush(): boolean
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user