Skip to content

Commit fe5fcf2

Browse files
committed
debug Void
1 parent aa6ec61 commit fe5fcf2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/engine/Void.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
import { InkObject } from "./Object";
22

3-
export class Void extends InkObject {}
3+
export class Void extends InkObject {
4+
public toString() {
5+
return "Void";
6+
}
7+
}

0 commit comments

Comments
 (0)