mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-22 06:13:23 +08:00
How to use
This commit is contained in:
@@ -184,6 +184,7 @@ export default class IEntity {
|
||||
} else if (attributeType instanceof ComputedType) {
|
||||
return undefined
|
||||
} else {
|
||||
// @ts-expect-error
|
||||
return () => new attributeType()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user