forked from noxious/server
Almost finalised refactoring
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user