Attribute cleanup forgot

This commit is contained in:
barsdeveloper
2023-01-04 15:53:38 +01:00
parent e72e04ae0a
commit 6230da391f
4 changed files with 16 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ export default class Vector2DEntity extends IEntity {
Y: 0,
}
static {
this.cleanupAttributes(this.attributes)
}
constructor(values) {
super(values)
/** @type {Number} */ this.X