File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public void SwapColors(bool enable)
7777 }
7878
7979 }
80-
80+ /*
8181 foreach (Il2CppSystem.Collections.Generic.KeyValuePair<int, TargetSpawner> spawner in TargetSpawnerManager.I.mSpawners)
8282 {
8383 foreach (Il2CppSystem.Collections.Generic.KeyValuePair<int, Il2CppSystem.Collections.Generic.List<Target>> targetPool in spawner.value.mTargetPool)
@@ -99,7 +99,7 @@ public void SwapColors(bool enable)
9999 }
100100 }
101101 }
102-
102+ */
103103 TargetColorSetter . I . updateColors = true ;
104104 TargetColorSetter . I . UpdateSlowColors ( leftHandColor , rightHandColor ) ;
105105 TargetColorSetter . I . UpdateFastColors ( leftHandColor , rightHandColor ) ;
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public void ChangeColors(bool enable)
8686 }
8787 }
8888
89-
89+ /*
9090 foreach(Il2CppSystem.Collections.Generic.KeyValuePair<int, TargetSpawner> spawner in TargetSpawnerManager.I.mSpawners)
9191 {
9292 foreach(Il2CppSystem.Collections.Generic.KeyValuePair<int, Il2CppSystem.Collections.Generic.List<Target>> targets in spawner.value.mTargetPool)
@@ -108,7 +108,7 @@ public void ChangeColors(bool enable)
108108 }
109109 }
110110 }
111-
111+ */
112112 TargetColorSetter . I . updateColors = true ;
113113 TargetColorSetter . I . UpdateSlowColors ( leftHandColor , rightHandColor ) ;
114114 TargetColorSetter . I . UpdateFastColors ( leftHandColor , rightHandColor ) ;
You can’t perform that action at this time.
0 commit comments