1
0
forked from noxious/server

Almost finalised refactoring

This commit is contained in:
2025-01-03 14:35:02 +01:00
parent fecdf222d7
commit a40b71140a
35 changed files with 257 additions and 410 deletions

View File

@ -10,7 +10,7 @@ import { MapObject } from '#entities/mapObject'
//@TODO : Rename mapObject
@Entity()
export class placedMapObject extends BaseEntity {
export class PlacedMapObject extends BaseEntity {
@PrimaryKey()
id = randomUUID()