Add more timing and sample related classes.

This commit is contained in:
Dean Herbert
2016-08-31 13:51:00 +09:00
parent 3098204dda
commit abe8ff21f6
8 changed files with 87 additions and 1 deletions

View File

@ -13,6 +13,6 @@ namespace osu.Game.Beatmaps.Objects
public double StartTime;
public double? EndTime;
public SampleInfo Sample;
public HitSampleInfo Sample;
}
}