Skip to content

Commit 130f2f9

Browse files
authored
Add Two RepeatMode to RepeatMode.cs
1 parent 3260570 commit 130f2f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Orchestrion/Persistence/RepeatMode.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
public enum RepeatMode
44
{
55
One,
6+
Two,
67
All,
78
Once,
8-
}
9+
}

0 commit comments

Comments
 (0)