Began migrating action engine to async
To suspending actions to await user input
This commit is contained in:
@@ -29,6 +29,7 @@ export default {
|
||||
case 'eachTarget': return 'Each target';
|
||||
case 'random': return 'Pick one at random';
|
||||
case 'index': return 'Pick one by index';
|
||||
case 'choice': return 'User choice';
|
||||
default: return '';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user