superstar_v2/RemoteCommand.cs

12 lines
161 B
C#
Raw Permalink Normal View History

2025-04-07 16:54:10 +08:00
namespace DualScreenDemo
{
public enum RemoteCommand
{
NextPage,
PreviousPage,
Play,
Pause,
Stop
}
}