1
0
forked from noxious/server
This commit is contained in:
Dennis Postma 2024-12-25 13:51:25 +01:00
parent aa3ee8f0af
commit 5c87b7b4af

View File

@ -1,7 +1,7 @@
import { randomUUID } from 'node:crypto'
import { Collection, Entity, OneToMany, PrimaryKey, Property } from '@mikro-orm/core'
import { ZoneObject } from './zoneObject'
1
@Entity()
export class MapObject {
@PrimaryKey()