forked from noxious/server
Converted more procedural programming to OOP
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Collection, Entity, ManyToOne, OneToMany, PrimaryKey, Property } from '@mikro-orm/core'
|
||||
import { BaseEntity } from '#application/bases/baseEntity'
|
||||
import { BaseEntity } from '#application/base/baseEntity'
|
||||
import { Character } from './character'
|
||||
import { Sprite } from './sprite'
|
||||
import { CharacterGender } from '#application/enums'
|
||||
|
Reference in New Issue
Block a user