0ad/binaries/data/mods/official/scripts/tech_functions.js

4 lines
64 B
JavaScript

function techExample()
{
console.write("Dude, it works!");
}