Skip to content

Commit

Permalink
Add Two RepeatMode to RepeatMode.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
badbl0cks authored Sep 24, 2024
1 parent 3260570 commit 130f2f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Orchestrion/Persistence/RepeatMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
public enum RepeatMode
{
One,
Two,
All,
Once,
}
}

0 comments on commit 130f2f9

Please sign in to comment.