diff options
Diffstat (limited to 'Examples/Hello/Setting.lua')
-rw-r--r-- | Examples/Hello/Setting.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Examples/Hello/Setting.lua b/Examples/Hello/Setting.lua deleted file mode 100644 index 2ab1597..0000000 --- a/Examples/Hello/Setting.lua +++ /dev/null @@ -1,8 +0,0 @@ -local setting = {} - -setting.libraries = { -"Framework", -"luasocks" -} - -return setting
\ No newline at end of file |