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

Rework chart reading to avoid assignment of tracks #17

Closed TheBoxyBear closed 3 years ago

TheBoxyBear commented 3 years ago

With the addition of covariant return types, tracks no longer have a setter, thus must be initialised and passed as a reference instead of generated and returned by the parser.

TheBoxyBear commented 3 years ago

Added a set method for instrument