UNPKG

blueshell

Version:

A Behavior Tree implementation in modern Javascript

8 lines (7 loc) 124 B
/** * @author Joshua Chaitin-Pollak */ export interface BlueshellState { errorReason?: Error; __blueshell: any; }