Updated entities

This commit is contained in:
2024-12-24 22:56:12 +01:00
parent 42e7b7312e
commit cfae96bde8
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import { Collection, Entity, ManyToOne, OneToMany, PrimaryKey, Property } from '@mikro-orm/core';
import { Character } from './character';
import { Sprite } from './sprite';
import { CharacterGender } from '../utilities/enums';
import { CharacterGender } from '#utilities/enums';
@Entity()
export class CharacterHair {