Example #1
0
 public static void Update()
 {
     g_GlobalVars.Update();
     pLocal.Update();
     g_EntityList.Update();
     g_GlowObjectManager.Update();
     g_Input.Update();
     g_WeaponTable.Update();
 }