MCPcopy Create free account
hub / github.com/Calamari/BehaviorTree.js / defineType

Method defineType

src/BehaviorTreeImporter.js:27–29  ·  view source on GitHub ↗
(type, Klass)

Source from the content-addressed store, hash-verified

25 }
26
27 defineType(type, Klass) {
28 this.types[type] = Klass
29 }
30
31 parse(json) {
32 const { type, name, node, nodes, ...config } = json

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected