mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Entities cleanup, Primitive concept introduced
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import Entity from "./Entity"
|
||||
import ObjectReferenceEntity from "./ObjectReferenceEntity"
|
||||
import ObjectReference from "./primitive/ObjectReference"
|
||||
|
||||
export default class FunctionReferenceEntity extends Entity {
|
||||
static attributes = {
|
||||
MemberParent: ObjectReferenceEntity,
|
||||
MemberParent: ObjectReference,
|
||||
MemberName: ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user