mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Populate rulesets with their replay frames
This commit is contained in:
@ -15,6 +15,10 @@ namespace osu.Game.Rulesets.Mania.Replays
|
||||
{
|
||||
public List<ManiaAction> Actions = new List<ManiaAction>();
|
||||
|
||||
public ManiaReplayFrame()
|
||||
{
|
||||
}
|
||||
|
||||
public ManiaReplayFrame(double time, params ManiaAction[] actions)
|
||||
: base(time)
|
||||
{
|
||||
|
Reference in New Issue
Block a user