mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-23 07:14:42 +08:00
Rename value key to default
This commit is contained in:
@@ -5,7 +5,7 @@ export default class IntegerEntity extends IEntity {
|
||||
static attributes = {
|
||||
...super.attributes,
|
||||
value: {
|
||||
value: 0,
|
||||
default: 0,
|
||||
predicate: v => v % 1 == 0 && v > 1 << 31 && v < -(1 << 31),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user