Skip to content

Commit

Permalink
🐛 Fix warnings in ct.yarn typedefs
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Nov 21, 2019
1 parent 67c8b4e commit 4c0c97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/ct.libs/yarn/types.d.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4c0c97c

Please sign in to comment.