From 165c8530c3deaccfc93b932db3174e8dff8ecbdf Mon Sep 17 00:00:00 2001 From: zykem#0643 <86602828+Zykem@users.noreply.github.com> Date: Sat, 25 Oct 2025 19:18:03 +0200 Subject: [PATCH] feat: Add shared compat file --- [core]/es_extended/shared/compat.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 [core]/es_extended/shared/compat.lua diff --git a/[core]/es_extended/shared/compat.lua b/[core]/es_extended/shared/compat.lua new file mode 100644 index 00000000..68492380 --- /dev/null +++ b/[core]/es_extended/shared/compat.lua @@ -0,0 +1 @@ +--All shared functions outsourced from the Core to the lib will be stored here for compatability, e.g: \ No newline at end of file