Update Village.php

This commit is contained in:
Shadow
2013-11-17 12:15:39 +02:00
parent 231cba6d65
commit 414690a4ad
+2 -1
View File
@@ -13,6 +13,7 @@ include("Session.php");
include("Building.php");
include("Market.php");
include("Technology.php");
include("Automation.php");
class Village {
@@ -292,4 +293,4 @@ class Village {
$village = new Village;
$building = new Building;
?>
?>