mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-14 09:10:39 +08:00
Object reference moved to entity
This commit is contained in:
13
js/entity/ObjectReferenceEntity.js
Executable file
13
js/entity/ObjectReferenceEntity.js
Executable file
@@ -0,0 +1,13 @@
|
||||
import Entity from "./Entity"
|
||||
|
||||
export default class ObjectReferenceEntity extends Entity {
|
||||
|
||||
static attributes = {
|
||||
type: String,
|
||||
path: String
|
||||
}
|
||||
|
||||
getAttributes() {
|
||||
return ObjectReferenceEntity.attributes
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user