mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-16 10:54:42 +08:00
Large typedef import cleanup and smaller fixes
This commit is contained in:
@@ -3,4 +3,8 @@ import PinEntity from "./PinEntity.js"
|
||||
export default class UnknownPinEntity extends PinEntity {
|
||||
|
||||
static lookbehind = ""
|
||||
|
||||
constructor(values = {}) {
|
||||
super(values, true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user