Files
monkeygg2.github.io/games/run-3/patch/js/YYGGamesx.js
T
2023-10-22 15:29:44 -04:00

10 lines
246 B
JavaScript

function YYGGames () {
this.showSplash = function (data= null) {
console.log("--fx--YYGGames--showSplash--");
}
this.startupByYad= function (obj) {
console.log("--fx--YYGGames--startupByYad--", obj);
}
}
YYGGames= new YYGGames();