mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-17 19:03:27 +08:00
Still WIP
This commit is contained in:
@@ -3,9 +3,5 @@ import SymbolEntity from "./SymbolEntity.js"
|
||||
|
||||
export default class EnumEntity extends SymbolEntity {
|
||||
|
||||
static grammar = this.createGrammar()
|
||||
|
||||
static createGrammar() {
|
||||
return Grammar.symbol.map(v => new this(v))
|
||||
}
|
||||
static grammar = Grammar.symbol.map(v => new this(v))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user