private void ExecuteFutureThreat()
 {
     Roof.DowngradeRoofBy(1);
 }
Esempio n. 2
0
        private void ExecuteFutureThreat()
        {
            Roof.DowngradeRoofBy(1);

            //TODO: has option to choose between roof and pallisade
        }