import IEntity from "./IEntity" export default class RotatorEntity extends IEntity { static attributes = { R: Number, P: Number, Y: Number, } }