Updated default values, added new init. migration
This commit is contained in:
@ -17,10 +17,10 @@ export class BaseMapEventTile extends BaseEntity {
|
||||
type!: MapEventTileType
|
||||
|
||||
@Property()
|
||||
positionX!: number
|
||||
positionX: number = 0
|
||||
|
||||
@Property()
|
||||
positionY!: number
|
||||
positionY: number = 0
|
||||
|
||||
@OneToOne({ eager: true })
|
||||
teleport?: MapEventTileTeleport
|
||||
|
Reference in New Issue
Block a user