createBomb
API -
return function()
local app = getApp();
--create bomb at x:0 y:0
app.createBomb(0, 0);
end
Last updated
API -
return function()
local app = getApp();
--create bomb at x:0 y:0
app.createBomb(0, 0);
end
Last updated