UNPKG

blueshell

Version:

A Behavior Tree implementation in modern Javascript

6 lines (5 loc) 200 B
import { Constant } from './Constant'; import { BlueshellState } from '../models'; export declare class Success<S extends BlueshellState, E> extends Constant<S, E> { constructor(name?: string); }