forked from noxious/client
Zoom
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user