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