Module:Bananas

From Granblue Fantasy Wiki
Jump to navigation Jump to search

local p = {}

function p.test()
	if _G['heffaklump'] == nil then
		_G['heffaklump'] = 0
	end
	_G['heffaklump'] = _G['heffaklump'] + 1
	return _G['heffaklump']
end

return p