示例#1
0
 public void Setup()
 {
     ctrl = new Controller(Constants.TestJson);
     res  = new Response();
     double[] d = new double[] { 100, 100, 100, 100, 100, 100, 100, 100 };
     SetTone(d);
     b = new BranchDecision(ctrl);
 }
示例#2
0
 public void Start()
 {
     ctrl = new Controller(Constants.DayDreamWonder);
     bd   = ctrl.Parser.Branch;
 }