private static void Prefix(NoteController noteController, ref Color ____bombColorEffect) { if (noteController.noteData.colorType == ColorType.None) { ____bombColorEffect = noteController.GetBombColorizer().Color.ColorWithAlpha(0.5f); } else { ColorManagerColorForType.EnableColorOverride(noteController); } }