Example #1
0
 public void MakeDecision( Figure p )
 {
     this.direction = this.ai.MakeDecision(this, p.position, this.mapa );
 }