11 lines
155 B
C#
11 lines
155 B
C#
namespace DualScreenDemo
|
|
{
|
|
|
|
public enum PlayState
|
|
{
|
|
Playing,
|
|
Played,
|
|
NotPlayed,
|
|
Skipped
|
|
}
|
|
} |