0ad/binaries/data/mods/public/scripts/tech_functions.js
Wijitmaker 34f1817869 Splitting Internal with Public
This was SVN commit r6391.
2008-09-18 04:38:42 +00:00

4 lines
No EOL
92 B
JavaScript

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