TheBoxyBear / charttools

Library for editing Clone Hero song files in .NET
https://theboxybear.github.io/charttools
GNU General Public License v3.0
13 stars 5 forks source link

Return instrument difficulties by reference #89

Open TheBoxyBear opened 1 month ago

TheBoxyBear commented 1 month ago

Like with Difficulty flags in instrumentComponentList, the values inside InstrumentDifficultySet should be returned by reference when accessed through the dynamic syntax.

This would eliminate the need for the Set method.