mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Unnecessary warning suppressed
This commit is contained in:
@@ -29,7 +29,7 @@ export default class KeyBindingEntity extends IEntity {
|
||||
}
|
||||
|
||||
constructor(values = {}) {
|
||||
super(values)
|
||||
super(values, true)
|
||||
/** @type {String} */ this.ActionName
|
||||
/** @type {Boolean} */ this.bShift
|
||||
/** @type {Boolean} */ this.bCtrl
|
||||
|
||||
Reference in New Issue
Block a user