mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-23 22:57:29 +08:00
Rotator entity
This commit is contained in:
10
js/entity/RotatorEntity.js
Normal file
10
js/entity/RotatorEntity.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import IEntity from "./IEntity"
|
||||
|
||||
export default class RotatorEntity extends IEntity {
|
||||
|
||||
static attributes = {
|
||||
R: Number,
|
||||
P: Number,
|
||||
Y: Number,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user