mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-10 11:56:38 +00:00
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!");
|
|
} |