mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-12 22:47:30 +08:00
Small refactoring
This commit is contained in:
@@ -25,9 +25,8 @@ export default class TerminalTypeEntity extends IEntity {
|
||||
/** @type {Boolean} */ this.bTerminalIsUObjectWrapper
|
||||
}
|
||||
|
||||
/** @returns {P<TerminalTypeEntity>} */
|
||||
static createGrammar() {
|
||||
return /** @type {P<TerminalTypeEntity>} */(
|
||||
Grammar.createEntityGrammar(this)
|
||||
)
|
||||
return Grammar.createEntityGrammar(this)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user