コード例 #1
0
 public IntelligenceArtificielle()
 {
     m_blinky = new ComportementBlinky();
     m_pinky  = new ComportementPinky();
     m_inky   = new ComportementInky();
     m_clyde  = new ComportementClyde();
 }
コード例 #2
0
 public void RéinitialiserPinky()
 {
     m_pinky = new ComportementPinky();
 }