mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 14:53:56 -07:00
4 lines
No EOL
92 B
JavaScript
4 lines
No EOL
92 B
JavaScript
function techExample( player )
|
|
{
|
|
console.write("Player " + player + " got the tech!");
|
|
} |