Exemple #1
0
 protected override void init()
 {
     base.init();
     _chaseComponent = ChaseComponentFactory.createCharseComponent(ChaseComponentType.SMART_CHASE, this._host);
 }
 protected override void init()
 {
     base.init();
     _runAwayComponent = ChaseComponentFactory.createCharseComponent(ChaseComponentType.RUNAWAY, this._host);
 }