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