7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
return {
|
|
test_portal: function() {
|
|
// Starts the portal actor
|
|
$start(e => {}, "tests/portal_actor")
|
|
}
|
|
}
|