We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6ec61 commit fe5fcf2Copy full SHA for fe5fcf2
src/engine/Void.ts
@@ -1,3 +1,7 @@
1
import { InkObject } from "./Object";
2
3
-export class Void extends InkObject {}
+export class Void extends InkObject {
4
+ public toString() {
5
+ return "Void";
6
+ }
7
+}
0 commit comments