mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-04 06:17:30 +08:00
6 lines
106 B
JavaScript
Executable File
6 lines
106 B
JavaScript
Executable File
import SymbolEntity from "./SymbolEntity"
|
|
|
|
export default class EnumEntity extends SymbolEntity {
|
|
|
|
}
|