// end mock // Use this for initialization void Start() { enemy = GameManagement.GM.player; nt = new TrainedNN(textAsset); CreateTree(); }
public BehaviourTree(Node root, TrainedNN network) { this.root = root; this.network = network; }