mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 23:37:30 +08:00
Attributes initialization refactoring (#19)
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
import AttributeInfo from "./AttributeInfo.js"
|
||||
|
||||
/** @template {Attribute} T */
|
||||
export default class MirroredEntity {
|
||||
|
||||
static attributes = {
|
||||
type: {
|
||||
type: new AttributeInfo({
|
||||
ignored: true,
|
||||
},
|
||||
getter: {
|
||||
}),
|
||||
getter: new AttributeInfo({
|
||||
ignored: true,
|
||||
},
|
||||
}),
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user