1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Move replaced functions into separate scripts

This commit is contained in:
Jbleezy
2021-12-16 03:54:19 -08:00
parent 62ef31c3d6
commit c2a4eac29e
18 changed files with 1366 additions and 1040 deletions

View File

@ -0,0 +1,8 @@
#include maps\mp\_utility;
#include common_scripts\utility;
#include maps\mp\zombies\_zm_utility;
track_players_intersection_tracker()
{
// BO2 has built in push mechanic
}