mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-14 07:47:29 +08:00
Small refactoring
This commit is contained in:
@@ -20,10 +20,9 @@ export default class RotatorEntity extends IEntity {
|
||||
/** @type {InstanceType<typeof RotatorEntity.attributes.Y>} */ this.Y
|
||||
}
|
||||
|
||||
/** @returns {P<RotatorEntity>} */
|
||||
static createGrammar() {
|
||||
return /** @type {P<RotatorEntity>} */(
|
||||
Grammar.createEntityGrammar(this, Grammar.commaSeparation, true).label("RotatorEntity")
|
||||
)
|
||||
return Grammar.createEntityGrammar(this, Grammar.commaSeparation, 1).label("RotatorEntity")
|
||||
}
|
||||
|
||||
getRoll() {
|
||||
|
||||
Reference in New Issue
Block a user