Code: Select all
Class = require('libs.hump.class') Play = Class{} function Play:myGames() return 'https://indrajith.dev' end