1
0
forked from noxious/server

More map editor work

This commit is contained in:
2025-01-05 04:52:16 +01:00
parent 33afef5466
commit 57b21f1499
6 changed files with 27 additions and 46 deletions

View File

@ -33,9 +33,9 @@ export class Character extends BaseEntity {
@OneToMany(() => Chat, (chat) => chat.character)
chats = new Collection<Chat>(this)
// Position
// Position - @TODO: Update to spawn point when current map is not found
@ManyToOne()
map!: Map // @TODO: Update to spawn point when current map is not found
map!: Map
@Property()
positionX = 0