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

4 lines
92 B
JavaScript
Raw Normal View History

function techExample( player )
{
console.write("Player " + player + " got the tech!");
}