From 9a96d0bff56f1969c68bb52a2f33296095bdc67d Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Tue, 31 Aug 2021 23:14:58 +0100 Subject: move to new mod format --- Northstar.Custom/mod/scripts/vscripts/mp/levels/mp_box.nut | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Northstar.Custom/mod/scripts/vscripts/mp/levels/mp_box.nut (limited to 'Northstar.Custom/mod/scripts/vscripts/mp') diff --git a/Northstar.Custom/mod/scripts/vscripts/mp/levels/mp_box.nut b/Northstar.Custom/mod/scripts/vscripts/mp/levels/mp_box.nut new file mode 100644 index 00000000..a1828009 --- /dev/null +++ b/Northstar.Custom/mod/scripts/vscripts/mp/levels/mp_box.nut @@ -0,0 +1,6 @@ +global function CodeCallback_MapInit + +void function CodeCallback_MapInit() +{ + +} \ No newline at end of file -- cgit v1.2.3