Example #1
0
 public static void OnLightDisable(LightBase light)
 {
     lights.Remove(light);
 }
Example #2
0
 public static void OnLightEnable(LightBase light)
 {
     lights.Add(light);
 }