mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-16 02:10:38 +08:00
6 lines
100 B
JavaScript
Executable File
6 lines
100 B
JavaScript
Executable File
import ByteEntity from "./ByteEntity"
|
|
|
|
export default class EnumEntity extends ByteEntity {
|
|
|
|
}
|