1
0
forked from noxious/server
This commit is contained in:
2025-02-12 00:50:51 +01:00
parent c47339dfcd
commit e40a56825a
121 changed files with 468 additions and 3305 deletions

View File

@ -1,12 +1,9 @@
import { randomUUID } from 'node:crypto'
import { ManyToOne, PrimaryKey, Property } from '@mikro-orm/core'
import { BaseEntity } from '@/application/base/baseEntity'
import type { UUID } from '@/application/types'
import type { Character } from '@/entities/character'
import type { Item } from '@/entities/item'
import { BaseEntity } from '@/application/base/baseEntity'
import { ManyToOne, PrimaryKey, Property } from '@mikro-orm/core'
export class BaseCharacterItem extends BaseEntity {
@PrimaryKey()