Zone updating stuff

This commit is contained in:
2024-07-10 17:31:12 +02:00
parent c4c12179b8
commit a763405a4a
7 changed files with 106 additions and 34 deletions

View File

@ -85,7 +85,7 @@ export type Zone = {
}
export type ZoneObject = {
id: number
id: string
zoneId: number
zone: Zone
objectId: string
@ -96,7 +96,7 @@ export type ZoneObject = {
}
export type ZoneEventTile = {
id: number
id: string
zoneId: number
zone: Zone
type: "BLOCK" | "WARP" | "NPC" | "ITEM"