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