mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Refactoring and bugfixing
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import Guid from "../Guid"
|
||||
import GuidEntity from "./GuidEntity"
|
||||
import Entity from "./Entity"
|
||||
import ObjectReferenceEntity from "./ObjectReferenceEntity"
|
||||
|
||||
export default class VariableReferenceEntity extends Entity {
|
||||
|
||||
static attributes = {
|
||||
MemberName: "",
|
||||
MemberGuid: Guid,
|
||||
MemberName: String,
|
||||
MemberGuid: GuidEntity,
|
||||
bSelfContext: true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user