mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 01:24:41 +08:00
Fixing still
This commit is contained in:
@@ -9,11 +9,7 @@ export default class NullEntity extends IEntity {
|
||||
.map(v => new this())
|
||||
)
|
||||
|
||||
toString(
|
||||
insideString = false,
|
||||
indentation = "",
|
||||
printKey = this.Self().printKey,
|
||||
) {
|
||||
toString() {
|
||||
return "()"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user