fix TypeScript errors

This commit is contained in:
Pig Fang 2020-01-13 17:19:34 +08:00
parent cf6f1aa547
commit 8c06286607

View File

@ -30,7 +30,7 @@ export class SkinViewer {
this.playerObject = {
skin: {} as SkinObject,
cape: {} as CapeObject,
}
} as PlayerObject
}
dispose() {