Various fixes, tests and refactoring

This commit is contained in:
barsdeveloper
2023-01-17 22:22:25 +01:00
parent bb84b31b07
commit 47106f748d
26 changed files with 580 additions and 234 deletions

View File

@@ -1,5 +1,5 @@
import ByteEntity from "./ByteEntity"
import SymbolEntity from "./SymbolEntity"
export default class EnumEntity extends ByteEntity {
export default class EnumEntity extends SymbolEntity {
}