6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
|
|
world = new IntentBox()
|
|
child = new TestChild("test", world)
|
|
child.send("hello", "data", "target")
|
|
|