Index: binaries/data/mods/public/simulation/components/Technology.js =================================================================== --- /dev/null +++ binaries/data/mods/public/simulation/components/Technology.js @@ -0,0 +1,29 @@ +function Technology() {} + +Technology.prototype.Schema = + "Specifies the effects of a technology." + + "" + + "phase_town" + + "phase_village" + + "" + + "" + + "" + + "" + + "" + + "" + + "" + + "" + + "" + + "" + + "" + + "" + + "" + + "" + + "" + + ModificationsSchema + + "" + + "" + + "" + + "" + + "" + + ""; Index: binaries/data/mods/public/simulation/components/tests/test_Technology.js =================================================================== --- /dev/null +++ binaries/data/mods/public/simulation/components/tests/test_Technology.js @@ -0,0 +1 @@ +Engine.LoadComponentScript("Technology.js");