mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 03:11:05 +08:00
Link icon fixing, name refactoring
This commit is contained in:
@@ -8,7 +8,7 @@ export default class RotatorEntity extends IEntity {
|
||||
Y: Number,
|
||||
}
|
||||
|
||||
constructor(values = {}) {
|
||||
constructor(values) {
|
||||
super(values)
|
||||
/** @type {Number} */ this.R
|
||||
/** @type {Number} */ this.P
|
||||
|
||||
Reference in New Issue
Block a user