mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
New icons and colors
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import IEntity from "./IEntity"
|
||||
import ObjectReferenceEntity from "./ObjectReferenceEntity"
|
||||
import TypeInitialization from "./TypeInitialization"
|
||||
|
||||
export default class FunctionReferenceEntity extends IEntity {
|
||||
|
||||
static attributes = {
|
||||
MemberParent: ObjectReferenceEntity,
|
||||
MemberParent: new TypeInitialization(ObjectReferenceEntity, false),
|
||||
MemberName: "",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user