mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:17:41 +08:00
11 lines
237 B
JavaScript
11 lines
237 B
JavaScript
export default `{
|
|
someNumber: 567
|
|
someString: "alpha"
|
|
someString2: "beta"
|
|
someBoolean: True
|
|
someBoolean2: False
|
|
someObjectString: "gamma"
|
|
someArray: (400,500,600,700,800,)
|
|
someEntity: Entity1(a=8, b=9)
|
|
}`
|