1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/scripts/tech_functions.js
2008-09-18 04:38:42 +00:00

4 lines
92 B
JavaScript

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