1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 22:33:05 +08:00

Remove unnecessary virtual spec

This commit is contained in:
Dean Herbert 2022-09-12 14:20:48 +09:00
parent cf25ee8e84
commit bbf906ee06

View File

@ -26,7 +26,7 @@ namespace osu.Game.Storyboards
public readonly CommandTimelineGroup TimelineGroup = new CommandTimelineGroup(); public readonly CommandTimelineGroup TimelineGroup = new CommandTimelineGroup();
public virtual double StartTime public double StartTime
{ {
get get
{ {