mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-07 11:37:30 +08:00
Entities semplification
* Entities semplification WIP * Bug fixes after entity semplification * Fix object serialization
This commit is contained in:
@@ -5,12 +5,15 @@ export default class RotatorEntity extends IEntity {
|
||||
static attributes = {
|
||||
R: {
|
||||
default: 0,
|
||||
expected: true,
|
||||
},
|
||||
P: {
|
||||
default: 0,
|
||||
expected: true,
|
||||
},
|
||||
Y: {
|
||||
default: 0,
|
||||
expected: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user