Skip to content

Commit 34c594d

Browse files
authored
fixed comma instead of semi on interface declaration
1 parent a214e9a commit 34c594d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game-engine/world/action/magic-on-npc.action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type magic_on_npcActionHandler = (buttonAction: Magic_On_NPCAction) => vo
3131
*/
3232
export interface Magic_On_NPCAction {
3333
// The npc world id that was clicked on after choosing the spell
34-
npc: Npc,
34+
npc: Npc;
3535
// The player performing the action.
3636
player: Player;
3737
// The ID of the UI widget that the button is on.

0 commit comments

Comments
 (0)