1
0
forked from noxious/client

Removed redundant field

This commit is contained in:
Dennis Postma 2025-01-01 23:01:58 +01:00
parent b51aa29bd8
commit 63758e67b3

View File

@ -236,7 +236,6 @@ export type Sprite = {
export type SpriteAction = { export type SpriteAction = {
id: UUID id: UUID
spriteId: UUID
sprite: Sprite sprite: Sprite
action: string action: string
sprites: string[] sprites: string[]