1
0
forked from noxious/client

Listen for attack events. TODO: finish anim. handling

This commit is contained in:
2025-02-01 04:30:07 +01:00
parent ac1396304f
commit 99bb1555a0
5 changed files with 29 additions and 2 deletions

View File

@ -183,6 +183,7 @@ export type Character = {
export type MapCharacter = {
character: Character
isMoving: boolean
isAttacking?: boolean
}
export type CharacterItem = {