Skip to content

Commit

Permalink
Update Instrument.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoxyBear committed Jan 15, 2024
1 parent b1678a5 commit ca6bcf1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ChartTools/Instruments/Instrument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ public InstrumentType InstrumentType
/// <summary>
/// Gives all tracks the same special phrases
/// </summary>
<<<<<<<<< Temporary merge branch 1:source/Instruments/Instrument.cs
public void ShareStarPower(TrackObjectSource source) => ShareEventsStarPower(source, track => track.SpecialPhrases);
private void ShareEventsStarPower<T>(TrackObjectSource source, Func<Track, List<T>> collectionGetter) where T : ITrackObject
=========
public SpecialPhrase[] ShareSpecial(TrackObjectSource source) => ShareEventsSpecial(source, track => track.SpecialPhrases);

private T[] ShareEventsSpecial<T>(TrackObjectSource source, Func<Track, List<T>> collectionGetter) where T : ITrackObject
Expand Down

0 comments on commit ca6bcf1

Please sign in to comment.