UNPKG

bhive

Version:
16 lines (13 loc) 326 B
const {AsyncTask, Sequence, Priority, Repeater} = require('./src/index'); const SearchEnemy = new AsyncTask({ name: 'SearchEnemy', run: async function(){ // Searching Enemy } }); const SearchEnemy = new AsyncTask({ title: 'SearchEnemy', run: async function(){ // Searching Enemy } })