mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-02 05:04:43 +08:00
Attribute cleanup forgot
This commit is contained in:
@@ -8,6 +8,10 @@ export default class VectorEntity extends IEntity {
|
||||
Z: 0,
|
||||
}
|
||||
|
||||
static {
|
||||
this.cleanupAttributes(this.attributes)
|
||||
}
|
||||
|
||||
constructor(values) {
|
||||
super(values)
|
||||
/** @type {Number} */ this.X
|
||||
|
||||
Reference in New Issue
Block a user