private void ExecuteFutureThreat()
 {
     Roof.DowngradeRoofBy(1);
 }
Exemple #2
0
        private void ExecuteFutureThreat()
        {
            Roof.DowngradeRoofBy(1);

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