Restructure and add class name callbacks

This commit is contained in:
Dinorush
2023-08-18 05:58:42 -04:00
parent 8611986afb
commit ca008d8e86
3 changed files with 1354 additions and 167 deletions
+5 -1
View File
@@ -7,7 +7,11 @@
"Scripts": [
{
"Path": "weaponFireCallbacks.gnut",
"RunOn": "SERVER"
"RunOn": "CLIENT || SERVER"
},
{
"Path": "weaponFireReroutes.gnut",
"RunOn": "CLIENT || SERVER"
}
]
}