1
0
forked from noxious/client

TS improvements

This commit is contained in:
2025-02-14 02:49:14 +01:00
parent c1edf31ca0
commit 110fd4e608
2 changed files with 7 additions and 5 deletions

View File

@ -100,7 +100,7 @@ export enum MapEventTileType {
export type MapEventTile = {
id: string
mapid: string
mapId: string
type: MapEventTileType
positionX: number
positionY: number