mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-06 23:57:30 +08:00
Small refactoring
This commit is contained in:
@@ -160,10 +160,9 @@ export default class PinEntity extends IEntity {
|
||||
/** @type {ObjectEntity} */ this.objectEntity
|
||||
}
|
||||
|
||||
/** @returns {P<PinEntity>} */
|
||||
static createGrammar() {
|
||||
return /** @type {P<PinEntity>} */(
|
||||
Grammar.createEntityGrammar(this)
|
||||
)
|
||||
return Grammar.createEntityGrammar(this)
|
||||
}
|
||||
|
||||
/** @param {ObjectEntity} objectEntity */
|
||||
|
||||
Reference in New Issue
Block a user