Remove some unused code and some fix

Remove some unused code and some fix
This commit is contained in:
novgorodschi catalin
2026-05-21 13:12:21 +03:00
parent 878ecec687
commit 05bfde9063
22 changed files with 256 additions and 901 deletions
+6 -1
View File
@@ -29,7 +29,12 @@ class Village {
public $wid, $vname, $capital, $natar, $master;
public $resarray = [];
public $unitarray, $techarray, $unitall, $researching, $abarray = [];
public $enforcetome = [];
public $enforcetoyou = [];
public $enforceoasis = [];
public $currentcel = 0;
public $allcrop = 0;
public $loyalty = 0;
private $infoarray = [];
private $production = [];
private $oasisowned, $ocounter = [];