New automation

+Separated Automation.php from the UI and users classes

NOTE: This is only a test, it'll not absolutely be as it is in this commit in the final version.
This commit is contained in:
iopietro
2018-05-22 23:37:28 +02:00
parent edeee02333
commit f41666cabc
5 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -317,5 +317,5 @@ class Village {
};
$village = new Village;
$building = new Building;
include_once("Automation.php");
//include_once("Automation.php");
?>