mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-17 10:17:29 +08:00
Attributes initialization refactoring (#19)
This commit is contained in:
@@ -6,5 +6,6 @@ export default `{
|
||||
someBoolean2: False
|
||||
someObjectString: "gamma"
|
||||
someArray: (400,500,600,700,800,)
|
||||
someArray2: (400,500,600,700,800,)
|
||||
someEntity: Entity1(a=8, b=9)
|
||||
}`
|
||||
|
||||
Reference in New Issue
Block a user