mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 09:44:49 +08:00
Small refactoring
This commit is contained in:
@@ -24,9 +24,8 @@ export default class VariableReferenceEntity extends IEntity {
|
||||
/** @type {InstanceType<typeof VariableReferenceEntity.attributes.bSelfContext>} */ this.bSelfContext
|
||||
}
|
||||
|
||||
/** @returns {P<VariableReferenceEntity>} */
|
||||
static createGrammar() {
|
||||
return /** @type {P<VariableReferenceEntity>} */(
|
||||
Grammar.createEntityGrammar(this).label("VariableReferenceEntity")
|
||||
)
|
||||
return Grammar.createEntityGrammar(this).label("VariableReferenceEntity")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user