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