From 207facbc402f5639cbcd31f079214351ef605cf2 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Tue, 22 Jun 2021 14:30:49 +0100 Subject: initial commit after moving to new repo --- Northstar.CustomServers/scripts/vscripts/_side_notifications.gnut | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Northstar.CustomServers/scripts/vscripts/_side_notifications.gnut (limited to 'Northstar.CustomServers/scripts/vscripts/_side_notifications.gnut') diff --git a/Northstar.CustomServers/scripts/vscripts/_side_notifications.gnut b/Northstar.CustomServers/scripts/vscripts/_side_notifications.gnut new file mode 100644 index 00000000..2b3d3993 --- /dev/null +++ b/Northstar.CustomServers/scripts/vscripts/_side_notifications.gnut @@ -0,0 +1,6 @@ +global function PROTO_PlayLoadoutNotification + +void function PROTO_PlayLoadoutNotification(string weapon, entity player) +{ + +} \ No newline at end of file -- cgit v1.2.3