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