diff options
Diffstat (limited to 'Northstar.CustomServers/scripts/vscripts/_side_notifications.gnut')
-rw-r--r-- | Northstar.CustomServers/scripts/vscripts/_side_notifications.gnut | 6 |
1 files changed, 6 insertions, 0 deletions
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 |