mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-17 11:44:44 +08:00
Grammar fixed
This commit is contained in:
@@ -39,10 +39,7 @@ export default class Entity {
|
||||
fullKey,
|
||||
target[property],
|
||||
defaultValue,
|
||||
(t, _, v) => {
|
||||
console.log(v)
|
||||
t.push(v)
|
||||
})
|
||||
(t, _, v) => t.push(v))
|
||||
continue
|
||||
}
|
||||
if (defaultValue instanceof TypeInitialization) {
|
||||
|
||||
Reference in New Issue
Block a user