mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 01:24:41 +08:00
Rename value key to default
This commit is contained in:
@@ -3,8 +3,12 @@ import IEntity from "./IEntity.js"
|
||||
export default class ObjectReferenceEntity extends IEntity {
|
||||
|
||||
static attributes = {
|
||||
type: "",
|
||||
path: "",
|
||||
type: {
|
||||
default: "",
|
||||
},
|
||||
path: {
|
||||
default: "",
|
||||
},
|
||||
}
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user