UNPKG

behaviortree

Version:

A JavaScript implementation of Behavior Trees. They are useful for implementing AIs. For Browsers and NodeJS.

7 lines 409 B
import AlwaysFailDecorator from './AlwaysFailDecorator'; import AlwaysSucceedDecorator from './AlwaysSucceedDecorator'; import CooldownDecorator from './CooldownDecorator'; import InvertDecorator from './InvertDecorator'; import LoopDecorator from './LoopDecorator'; export { AlwaysFailDecorator, AlwaysSucceedDecorator, CooldownDecorator, InvertDecorator, LoopDecorator }; //# sourceMappingURL=index.d.ts.map