mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-19 04:55:57 +08:00
Classes naming refactoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Entity from "./Entity"
|
||||
import IEntity from "./IEntity"
|
||||
|
||||
export default class KeyBinding extends Entity {
|
||||
export default class KeyBinding extends IEntity {
|
||||
|
||||
static attributes = {
|
||||
bCtrlDown: false,
|
||||
|
||||
Reference in New Issue
Block a user