superstar_v2/RemoteCommand.cs
2025-04-07 16:54:10 +08:00

12 lines
161 B
C#

namespace DualScreenDemo
{
public enum RemoteCommand
{
NextPage,
PreviousPage,
Play,
Pause,
Stop
}
}