Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jun 27, 2024
1 parent 300f4db commit 6fdc6dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/DRincs-Productions/nqtr-pixi-vn#readme",
"devDependencies": {
"@drincs/nqtr": "^0.2.5",
"@drincs/nqtr": "^0.2.6",
"@types/react": "^18.3.3",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
Expand Down
3 changes: 1 addition & 2 deletions src/interface/quest/QuestProps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { GraphicItemType, OnRenderGraphicItemProps, OnStartStageQuest } from "@drincs/nqtr/dist/override"
import { GraphicItemType, OnEndStageQuest, OnRenderGraphicItemProps, OnStartStageQuest } from "@drincs/nqtr/dist/override"
import Quest from "../../classes/quest/Quest"
import { OnEndStageQuest } from "../../override"

export default interface QuestProps {
/**
Expand Down

0 comments on commit 6fdc6dc

Please sign in to comment.