forked from mirrors/0ad
34f1817869
This was SVN commit r6391.
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
function techExample( player )
|
|
{
|
|
console.write("Player " + player + " got the tech!");
|
|
} |