mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 02:34:45 +08:00
Various fixes
This commit is contained in:
@@ -5,9 +5,6 @@ export default class FunctionReferenceEntity extends IEntity {
|
||||
|
||||
static attributes = {
|
||||
MemberParent: ObjectReferenceEntity,
|
||||
MemberName: ""
|
||||
MemberName: "",
|
||||
}
|
||||
|
||||
/** @type {ObjectReferenceEntity} */ MemberParent
|
||||
/** @type {String} */ MemberName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user