New icons and colors

This commit is contained in:
barsdeveloper
2022-11-18 12:53:04 +01:00
parent 66c0513262
commit ce37fd9c1d
8 changed files with 86 additions and 37 deletions

View File

@@ -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: "",
}