Projectile = class() function Projectile:init() end function Projectile:update() end function Projectile:draw() end