mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 21:31:01 +00:00
Update Village.php
This commit is contained in:
@@ -14,7 +14,6 @@ include("Building.php");
|
|||||||
include("Market.php");
|
include("Market.php");
|
||||||
include_once("GameEngine/Units.php");
|
include_once("GameEngine/Units.php");
|
||||||
include("Technology.php");
|
include("Technology.php");
|
||||||
include("Automation.php");
|
|
||||||
|
|
||||||
class Village {
|
class Village {
|
||||||
|
|
||||||
@@ -301,5 +300,5 @@ class Village {
|
|||||||
};
|
};
|
||||||
$village = new Village;
|
$village = new Village;
|
||||||
$building = new Building;
|
$building = new Building;
|
||||||
|
include_once ("Automation.php");
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user