mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 17:54:52 +08:00
Small refactoring
This commit is contained in:
@@ -24,6 +24,6 @@ export default class FunctionReferenceEntity extends IEntity {
|
||||
|
||||
/** @returns {P<FunctionReferenceEntity>} */
|
||||
static createGrammar() {
|
||||
return Grammar.createEntityGrammar(this, Grammar.commaSeparation, false, 0)
|
||||
return Grammar.createEntityGrammar(this, Grammar.commaSeparation, 0, 0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user