From 4c0c97c196d4a2f2a1865bf80456d681062efbeb Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Thu, 21 Nov 2019 14:09:07 +1200 Subject: [PATCH] :bug: Fix warnings in ct.yarn typedefs --- app/data/ct.libs/yarn/types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/ct.libs/yarn/types.d.ts b/app/data/ct.libs/yarn/types.d.ts index 67ea555fe..a855fb6b3 100644 --- a/app/data/ct.libs/yarn/types.d.ts +++ b/app/data/ct.libs/yarn/types.d.ts @@ -1,4 +1,4 @@ -class YarnStory extends PIXI.utils.EventEmitter { +declare class YarnStory extends PIXI.utils.EventEmitter { /** * Returns the current text line, including the character's name. * Returns `false` if the current position is not a speech line.