Ejemplo n.º 1
0
 private static void Postfix(LightShaftGimble __instance)
 {
     if (!GameManager.m_IsPaused && AmbientLights.config != null && AmbientLights.config.ready && GameLights.gameLightsReady)
     {
         GameLights.UpdateLightshafts();
     }
 }
Ejemplo n.º 2
0
 private static void Postfix(LightShaftGimble __instance)
 {
     GameLights.gameShaftsList.Add(__instance.gameObject.GetComponentsInChildren <Renderer>());
 }