From df6332f020cf567c055bcbef9d281364314a03e7 Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Tue, 23 Mar 2021 17:09:19 -0300 Subject: [PATCH] test --- Example/Lua/testmod/autorun/test.lua | 1 + Example/readme.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 Example/Lua/testmod/autorun/test.lua create mode 100644 Example/readme.md diff --git a/Example/Lua/testmod/autorun/test.lua b/Example/Lua/testmod/autorun/test.lua new file mode 100644 index 000000000..e75154b7c --- /dev/null +++ b/Example/Lua/testmod/autorun/test.lua @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file diff --git a/Example/readme.md b/Example/readme.md new file mode 100644 index 000000000..427540063 --- /dev/null +++ b/Example/readme.md @@ -0,0 +1 @@ +# To run the example you need to put the Lua folder in your Barotrauma folder \ No newline at end of file