mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 23:48:55 +00:00
6 lines
160 B
JavaScript
6 lines
160 B
JavaScript
var BwsaClass = function() {
|
|
}
|
|
BwsaClass.prototype = new Process();
|
|
BwsaClass.prototype.main = function() {
|
|
console.log("bwsa: basic sound server started");
|
|
}
|