‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
debug_shared.gsc
Go to the documentation of this file.
1 /*
2  * Created by ScriptDevelop.
3  * User: dmendelsohn
4  * Date: 2/18/2015
5  * Time: 6:19 PM
6  *
7  * To change this template use Tools | Options | Coding | Edit Standard Headers.
8  *
9  * Debug functionality shared across all game modes.
10  */
11 
12 #using scripts\shared\array_shared;
13 #using scripts\shared\system_shared;
14 #using scripts\shared\util_shared;
15 #insert scripts\shared\shared.gsh;
16 
17 
18 #namespace debug;
19