Typo
This commit is contained in:
@ -2,12 +2,12 @@ import { randomUUID } from 'node:crypto'
|
||||
|
||||
import { Collection, OneToMany, PrimaryKey, Property } from '@mikro-orm/core'
|
||||
|
||||
import type { UUID } from'@/application/types'
|
||||
import type { MapEffect } from'@/entities/mapEffect'
|
||||
import type { MapEventTile } from'@/entities/mapEventTile'
|
||||
import type { PlacedMapObject } from'@/entities/placedMapObject'
|
||||
import type { UUID } from '@/application/types'
|
||||
import type { MapEffect } from '@/entities/mapEffect'
|
||||
import type { MapEventTile } from '@/entities/mapEventTile'
|
||||
import type { PlacedMapObject } from '@/entities/placedMapObject'
|
||||
|
||||
import { BaseEntity } from'@/application/base/baseEntity'
|
||||
import { BaseEntity } from '@/application/base/baseEntity'
|
||||
|
||||
export class BaseMap extends BaseEntity {
|
||||
@PrimaryKey()
|
||||
|
Reference in New Issue
Block a user