From 63758e67b33642594a49b2e6b35e64104db31e34 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Wed, 1 Jan 2025 23:01:58 +0100 Subject: [PATCH] Removed redundant field --- src/application/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/application/types.ts b/src/application/types.ts index 6ff70dc..4528b8e 100644 --- a/src/application/types.ts +++ b/src/application/types.ts @@ -236,7 +236,6 @@ export type Sprite = { export type SpriteAction = { id: UUID - spriteId: UUID sprite: Sprite action: string sprites: string[]