Const-string-v1 / script.js
HenzHosting's picture
Upload 3 files
b31f392 verified
raw
history blame contribute delete
73 Bytes
function downloadTool(game) {
alert(`Download for ${game} started!`);
}