Stash WIP zone effect
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import type { ZoneEffects } from '@/stores/zoneEditorStore'
|
||||
|
||||
export type Notification = {
|
||||
id?: string
|
||||
title?: string
|
||||
@ -53,6 +55,7 @@ export type Zone = {
|
||||
height: number
|
||||
tiles: any | null
|
||||
pvp: boolean
|
||||
zoneEffects: ZoneEffects
|
||||
zoneEventTiles: ZoneEventTile[]
|
||||
zoneObjects: ZoneObject[]
|
||||
characters: Character[]
|
||||
|
Reference in New Issue
Block a user