From b9252a0fda9a64d9fc957543d5f3165bb9fdb966 Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 15 Dec 2022 01:06:43 -0500 Subject: [PATCH] Added \ncc\Interfaces > RuntimeInterface https://git.n64.cc/nosial/ncc/-/issues/33 --- src/ncc/Interfaces/RuntimeInterface.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/ncc/Interfaces/RuntimeInterface.php diff --git a/src/ncc/Interfaces/RuntimeInterface.php b/src/ncc/Interfaces/RuntimeInterface.php new file mode 100644 index 0000000..7b70e51 --- /dev/null +++ b/src/ncc/Interfaces/RuntimeInterface.php @@ -0,0 +1,24 @@ +