mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-15 04:50:53 +08:00
Small refactoring
This commit is contained in:
@@ -20,7 +20,7 @@ export default class Vector2DEntity extends IEntity {
|
||||
|
||||
/** @returns {P<Vector2DEntity>} */
|
||||
static createGrammar() {
|
||||
return Grammar.createEntityGrammar(this, Grammar.commaSeparation, true).label("Vector2DEntity")
|
||||
return Grammar.createEntityGrammar(this, Grammar.commaSeparation, 1).label("Vector2DEntity")
|
||||
}
|
||||
|
||||
/** @returns {[Number, Number]} */
|
||||
|
||||
Reference in New Issue
Block a user