Code cleanup.

This commit is contained in:
2023-05-19 23:17:32 +08:00
parent ed60859406
commit a8231f7c86
3 changed files with 6 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ namespace Cryville.Crtr {
public class ChartHandler : TransformHandler {
protected override TransformHandler Parent { get { return null; } }
Chart chart;
readonly Chart chart;
readonly List<LibavFileAudioSource> sounds = new List<LibavFileAudioSource>();
public ChartHandler(Chart _chart) {