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