1
0
forked from sent/waves
waves/public/assets/g/holeio/patch/js/YYGGamesx.js
2025-04-09 17:11:14 -05: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();