Go back to main page
-1
Hi Guys, I've come to realize that the request submission feature actually freezes the game when you try ti use it. Just thought you would like to know about that. Have a great day all!
1 comment share
0
ManicMo    3 years ago
//API method call
api('powerups').get( {
activate: {"object": puObject, "type": puType},

success: function(e) {
var data = JSON.parse(e);
 
Go back to main page