Beispiel #1
0
 void LightsOff()
 {
     currentRoom.ActivateDarkness();
     ChangeEnergy(darkCost);
 }