mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-06 23:57:30 +08:00
Prevent error from unexpected attribute
This commit is contained in:
8
js/entity/EnumEntity.js
Executable file
8
js/entity/EnumEntity.js
Executable file
@@ -0,0 +1,8 @@
|
||||
import ByteEntity from "./ByteEntity"
|
||||
|
||||
export default class EnumEntity extends ByteEntity {
|
||||
|
||||
constructor(values = 0) {
|
||||
super(values)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user