mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-14 04:13:25 +08:00
Input refactoring (#12)
* Fix folder name typo * Smaller fixes * Shortcut rename to Shortcuts * Fix quoted attributes in UE 5.3 * remove KeyboardShortcutAction * Remove more trivial classes * Rename IKeyboardShortcut * Node delete shortcut
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
export default class Action {
|
||||
|
||||
apply() {
|
||||
#blueprint
|
||||
get blueprint() {
|
||||
return this.#blueprint
|
||||
}
|
||||
|
||||
revert() {
|
||||
constructor(blueprint) {
|
||||
this.#blueprint = blueprint
|
||||
}
|
||||
|
||||
fire() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user