User:Chinggis6/Module:Tenger
Appearance
-- Simple module for testing Lua
-- Create object local myObject = {}
-- Define function in the object function myObject.myFunction() return "First module done!" end
return myObject
-- Simple module for testing Lua
-- Create object local myObject = {}
-- Define function in the object function myObject.myFunction() return "First module done!" end
return myObject