From 49b370b7bb0281a993b53db76f3cc5ef40a1c8cc Mon Sep 17 00:00:00 2001 From: Sokomine Date: Mon, 18 Dec 2023 06:16:10 +0100 Subject: [PATCH] explained meaning of api/ folder --- api/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 api/README.md diff --git a/api/README.md b/api/README.md new file mode 100644 index 0000000..efb37e9 --- /dev/null +++ b/api/README.md @@ -0,0 +1,3 @@ +This folder - while *named* `api/` - does not necessarily contain the API +of this mod. It's for now a collection of functions used by more than one +file in the `fs/fs_*.lua` folder.