mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 23:37:30 +08:00
Serialization test
This commit is contained in:
@@ -24,9 +24,6 @@ export default class SimpleEntity extends IEntity {
|
||||
someArray: {
|
||||
default: [400, 500, 600, 700, 800],
|
||||
},
|
||||
someSet: {
|
||||
default: new Set([10, 20, 30, 40, 50, 60, 70]),
|
||||
},
|
||||
}
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user