Skip to content

Commit cb3a1c1

Browse files
author
lihongyuan
committed
strict mode
1 parent 826f340 commit cb3a1c1

48 files changed

Lines changed: 276 additions & 2166 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
behavior3ts-async fork from behavior3ts, but support asyn/await natrually.
2-
3-
u can just do like:
4-
5-
var tree = new BehaviorTree();
6-
tree.load(JSON.parse(json), extMap);
7-
8-
and then just
9-
10-
const status = await tree.tick()
11-
12-
it will automatically resolve all promise, also u can implent your own action class which has async tick() method.
13-
141
# BEHAVIOR3JS
152

163
[![Build Status](https://travis-ci.org/behavior3/behavior3js.svg?branch=master)](https://travis-ci.org/behavior3/behavior3js)

0 commit comments

Comments
 (0)