Exemplo n.º 1
0
 public void exist()
 {
     waterDistribSys.existInCastle(); //Awake all wells in castle
     livingSys.liveInCastle();        // Awake all humans in castle
     internalDefSys.exist();          // Awake donjon tower gaining food
     prisonSys.exist();               // Awake just for check of dead prisoners
 }