From b4318062c8da01f2e46bf791719f2c3df074cd45 Mon Sep 17 00:00:00 2001 From: The Magician Date: Sat, 18 Nov 2023 12:23:55 +0000 Subject: [PATCH] Add nextfile.lua --- nextfile.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nextfile.lua diff --git a/nextfile.lua b/nextfile.lua new file mode 100644 index 0000000..91b4348 --- /dev/null +++ b/nextfile.lua @@ -0,0 +1,3 @@ +local nextfile = {} + +return nextfile