1
0
forked from noxious/client
This commit is contained in:
2025-01-31 01:55:52 +01:00
parent 7fd334d414
commit 15f9e9861e
4 changed files with 105 additions and 68 deletions

View File

@ -225,8 +225,8 @@ export interface SpriteImage {
}
export type SpriteAction = {
id: UUID
sprite: Sprite
id: string
sprite: string
action: string
sprites: SpriteImage[]
originX: number
@ -237,7 +237,7 @@ export type SpriteAction = {
}
export type Chat = {
id: UUID
id: string
character: Character
map: Map
message: string