mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-21 05:27:34 +08:00
Rename value key to default
This commit is contained in:
@@ -4,13 +4,13 @@ export default class RotatorEntity extends IEntity {
|
||||
|
||||
static attributes = {
|
||||
R: {
|
||||
value: 0,
|
||||
default: 0,
|
||||
},
|
||||
P: {
|
||||
value: 0,
|
||||
default: 0,
|
||||
},
|
||||
Y: {
|
||||
value: 0,
|
||||
default: 0,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user